summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layman/layman/version.py')
-rw-r--r--layman/layman/version.py24
1 files changed, 0 insertions, 24 deletions
diff --git a/layman/layman/version.py b/layman/layman/version.py
deleted file mode 100644
index 19cb3c7..0000000
--- a/layman/layman/version.py
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-#################################################################################
-# LAYMAN VERSION
-#################################################################################
-# File: version.py
-#
-# Current version number
-#
-# Copyright:
-# (c) 2005 Gunnar Wrobel
-# Distributed under the terms of the GNU General Public License v2
-#
-# Author(s):
-# Gunnar Wrobel <wrobel@gentoo.org>
-#
-
-__version__ = "$Id$"
-
-
-LMVERSION = '0.1'
-
-if __name__ == '__main__':
- print LMVERSION