summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/example.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-08-13 01:26:30 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-08-13 01:26:30 +0000
commitc0b5069fa07889496786523c46b5b15181c26fee (patch)
treea9ac4e6d6f5d55bafa4e89016ccdbc5956d6c16a /ipalib/plugins/example.py
parent66bbe8bf2f253faa69c0556b47812a4a91e24a63 (diff)
downloadfreeipa.git-c0b5069fa07889496786523c46b5b15181c26fee.tar.gz
freeipa.git-c0b5069fa07889496786523c46b5b15181c26fee.tar.xz
freeipa.git-c0b5069fa07889496786523c46b5b15181c26fee.zip
133: Renamed run.py to api.py
Diffstat (limited to 'ipalib/plugins/example.py')
-rw-r--r--ipalib/plugins/example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/example.py b/ipalib/plugins/example.py
index 49b3d49c..caf963d2 100644
--- a/ipalib/plugins/example.py
+++ b/ipalib/plugins/example.py
@@ -23,7 +23,7 @@ Some example plugins.
from ipalib import public
-from ipalib.run import api
+from ipalib.api import api
# Hypothetical functional commands (not associated with any object):