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 /kolabd/__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 'kolabd/__init__.py')
-rw-r--r-- | kolabd/__init__.py | 12 |
1 files changed, 0 insertions, 12 deletions
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 |