projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
073b183
)
skytools: make apipkg visible outside
author
Marko Kreen
<markokr@gmail.com>
Mon, 7 Nov 2011 07:33:43 +0000
(09:33 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 7 Nov 2011 07:33:43 +0000
(09:33 +0200)
Now it should be possible to re-use the module elsewhere.
python/skytools/__init__.py
patch
|
blob
|
blame
|
history
diff --git
a/python/skytools/__init__.py
b/python/skytools/__init__.py
index 661d3546a33fbfefea9b828600142219670af917..cba857167bc8efcb45e54e9aeb7ea60f2e4a26dc 100644
(file)
--- 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 *