From 05f607e8ea20ea20549d2cf68c9065ee3b6e98cd Mon Sep 17 00:00:00 2001 From: "John P. Davis" Date: Sun, 11 Jul 2004 21:25:22 +0000 Subject: [PATCH] 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 --- catalyst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.26.2