diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-08-26 11:57:20 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-08-26 11:57:20 +0200 |
commit | 1119b629ca26edfbac1bbb519136e3e664cad4fc (patch) | |
tree | 98ab61b384830bc10d313b04a79675c75c25f902 /kolab/__init__.py | |
parent | b2939c5516e3f8d3dc77ccbc5ddbfc46938c2423 (diff) | |
download | pykolab-1119b629ca26edfbac1bbb519136e3e664cad4fc.tar.gz |
Make the compile/build time variables appear in constants, and then re-use constants
Diffstat (limited to 'kolab/__init__.py')
-rw-r--r-- | kolab/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kolab/__init__.py b/kolab/__init__.py index e69de29..a136346 100644 --- a/kolab/__init__.py +++ b/kolab/__init__.py @@ -0,0 +1 @@ +from pykolab.constants import * |