Renamed quick_complete to _quick_complete

This commit is contained in:
Danilo Bargen
2013-01-05 01:48:39 +01:00
parent 12b726c5a5
commit c14feb3f86
3 changed files with 23 additions and 23 deletions

View File

@@ -29,7 +29,7 @@ import sys
# imports and circular imports... Just avoid it:
sys.path.insert(0, __path__[0])
from .api import Script, NotFoundError, quick_complete, set_debug_function
from .api import Script, NotFoundError, set_debug_function, _quick_complete
from . import settings
from . import api