diff options
| author | Rob Crittenden <rcritten@redhat.com> | 2008-09-30 00:48:53 -0400 |
|---|---|---|
| committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-09-30 19:37:35 -0600 |
| commit | 77e6c99f9d8e34e85add7671d89bf7698a4fe5c2 (patch) | |
| tree | 2093d7b2ecbffe747368c43981fdd354a23db00a /ipalib/plugins/example.py | |
| parent | b965e558b5def14c6416beb36dc790cca96c3724 (diff) | |
Migrate to new source tree layoute
Diffstat (limited to 'ipalib/plugins/example.py')
| -rw-r--r-- | ipalib/plugins/example.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ipalib/plugins/example.py b/ipalib/plugins/example.py index c7d161600..6113c1174 100644 --- a/ipalib/plugins/example.py +++ b/ipalib/plugins/example.py @@ -21,12 +21,11 @@ Some example plugins. """ - from ipalib import frontend from ipalib import crud from ipalib.frontend import Param from ipalib import api -from ipalib import servercore +from ipa_server import servercore import ldap class user(frontend.Object): |
