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 --- kolabd/__init__.py | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'kolabd/__init__.py') diff --git a/kolabd/__init__.py b/kolabd/__init__.py index 0cbb477..74bb2be 100644 --- a/kolabd/__init__.py +++ b/kolabd/__init__.py @@ -16,18 +16,6 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -__license__ = "GPLv2+" -__copyright__ = "Kolab Systems AG" -__version__ = 0.1 -__release__ = 0.1 - -if 0.1 < 1: - __status__ = 'snapshot' -elif math.round(0.1,0) < 0.1: - __status__ = 'prerelease' -else: - __status__ = 'stable' - from optparse import OptionParser from ConfigParser import SafeConfigParser -- cgit v1.1