diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-08-13 01:26:30 +0000 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-08-13 01:26:30 +0000 |
commit | c0b5069fa07889496786523c46b5b15181c26fee (patch) | |
tree | a9ac4e6d6f5d55bafa4e89016ccdbc5956d6c16a /ipa | |
parent | 66bbe8bf2f253faa69c0556b47812a4a91e24a63 (diff) | |
download | freeipa-c0b5069fa07889496786523c46b5b15181c26fee.tar.gz freeipa-c0b5069fa07889496786523c46b5b15181c26fee.tar.xz freeipa-c0b5069fa07889496786523c46b5b15181c26fee.zip |
133: Renamed run.py to api.py
Diffstat (limited to 'ipa')
-rwxr-xr-x | ipa | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ Just proof of concept stuff in here right now. """ import sys -from ipalib.run import api +from ipalib.api import api from ipalib.cli import CLI import ipalib.load_plugins |