summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMarko Kreen2011-11-07 07:33:43 +0000
committerMarko Kreen2011-11-07 07:33:43 +0000
commit16ef0fc09324c14556cfcdc906a25115fe0f74e8 (patch)
treef3edcf4da84cc1dc6cda59d63ffe09d7721ae4c5 /python
parent073b183cafb5f3d40ff495b4291aa0a616646712 (diff)
skytools: make apipkg visible outside
Now it should be possible to re-use the module elsewhere.
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 *