blah, one last fix, removed types from the loaded modules as it is not used
authorJohn P. Davis <zhen@gentoo.org>
Sun, 11 Jul 2004 21:25:22 +0000 (21:25 +0000)
committerJohn P. Davis <zhen@gentoo.org>
Sun, 11 Jul 2004 21:25:22 +0000 (21:25 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@408 d1e1f19c-881f-0410-ab34-b69fee027534

catalyst

index 943240bb359f144e1608995571a98a5a487955cd..5211427ddfacf399aefa4da40bdd7282ee1a07e1 100755 (executable)
--- 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 <zhen@gentoo.org>
 
-import os,sys,imp,string,getopt,types
+import os,sys,imp,string,getopt
 
 __maintainer__="John Davis <zhen@gentoo.org>"
 __version__="1.0.9"