summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/skytools/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/skytools/__init__.py b/python/skytools/__init__.py
index 661d3546..cba85716 100644
--- a/python/skytools/__init__.py
+++ b/python/skytools/__init__.py
@@ -117,7 +117,7 @@ _symbols['__version__'] = 'skytools.installer_config:package_version'
if 1:
import skytools.apipkg as _apipkg
- _apipkg.initpkg(__name__, _symbols)
+ _apipkg.initpkg(__name__, _symbols, {'apipkg': _apipkg})
else:
from skytools.timeutil import *
from skytools.gzlog import *