133: Renamed run.py to api.py

This commit is contained in:
Jason Gerard DeRose
2008-08-13 01:26:30 +00:00
parent 66bbe8bf2f
commit c0b5069fa0
4 changed files with 8 additions and 6 deletions

2
ipa
View File

@@ -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