From: John P. Davis Date: Sun, 11 Jul 2004 21:25:22 +0000 (+0000) Subject: blah, one last fix, removed types from the loaded modules as it is not used X-Git-Tag: CATALYST_2_0_6_916~965 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=05f607e8ea20ea20549d2cf68c9065ee3b6e98cd;p=catalyst.git blah, one last fix, removed types from the loaded modules as it is not used git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@408 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/catalyst b/catalyst index 943240bb..5211427d 100755 --- a/catalyst +++ b/catalyst @@ -1,11 +1,11 @@ #!/usr/bin/python # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.41 2004/07/11 21:24:15 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.42 2004/07/11 21:25:22 zhen Exp $ # Maintained in full by John Davis -import os,sys,imp,string,getopt,types +import os,sys,imp,string,getopt __maintainer__="John Davis " __version__="1.0.9"