summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layman/bin/layman')
-rw-r--r--layman/bin/layman36
1 files changed, 0 insertions, 36 deletions
diff --git a/layman/bin/layman b/layman/bin/layman
deleted file mode 100644
index a484aed..0000000
--- a/layman/bin/layman
+++ /dev/null
@@ -1,36 +0,0 @@
-#!python
-################################################################################
-# LAYMAN - A UTILITY TO SELECT AND UPDATE GENTOO OVERLAYS
-################################################################################
-# Distributed under the terms of the GNU General Public License v2
-#
-# 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$"
-
-#===============================================================================
-#
-# Dependencies
-#
-#-------------------------------------------------------------------------------
-
-import sys, os, os.path
-
-#===============================================================================
-#
-# MAIN
-#
-#-------------------------------------------------------------------------------
-
-def main():
-
- pass
-
-if __name__ == "__main__":
- main()