From 16ef0fc09324c14556cfcdc906a25115fe0f74e8 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 7 Nov 2011 09:33:43 +0200 Subject: [PATCH] skytools: make apipkg visible outside Now it should be possible to re-use the module elsewhere. --- python/skytools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.39.5