summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2006-01-12 15:50:56 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2006-01-12 15:50:56 +0000
commitca5cfdf57780e6c3d98c8813f1ccff6c34c19172 (patch)
treee867e02f96bd12679341c87ac00f9221573b7dbc /layman/layman/version.py
parentStarting the overlay manager (diff)
downloadmisc-ca5cfdf57780e6c3d98c8813f1ccff6c34c19172.tar.gz
misc-ca5cfdf57780e6c3d98c8813f1ccff6c34c19172.tar.bz2
misc-ca5cfdf57780e6c3d98c8813f1ccff6c34c19172.zip
Moved layman into script repositoryHEADmaster
svn path=/local/; revision=618
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