From 1119b629ca26edfbac1bbb519136e3e664cad4fc Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Thu, 26 Aug 2010 11:57:20 +0200 Subject: Make the compile/build time variables appear in constants, and then re-use constants --- kolab/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'kolab/__init__.py') 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 * -- cgit v1.1