diff options
author | 2006-01-12 15:50:56 +0000 | |
---|---|---|
committer | 2006-01-12 15:50:56 +0000 | |
commit | ca5cfdf57780e6c3d98c8813f1ccff6c34c19172 (patch) | |
tree | e867e02f96bd12679341c87ac00f9221573b7dbc /layman/bin/layman | |
parent | Starting the overlay manager (diff) | |
download | misc-ca5cfdf57780e6c3d98c8813f1ccff6c34c19172.tar.gz misc-ca5cfdf57780e6c3d98c8813f1ccff6c34c19172.tar.bz2 misc-ca5cfdf57780e6c3d98c8813f1ccff6c34c19172.zip |
svn path=/local/; revision=618
Diffstat (limited to 'layman/bin/layman')
-rw-r--r-- | layman/bin/layman | 36 |
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() |