ajack 2003/09/26 13:52:43 Modified: python/gump __init__.py Log: Both switch and setting are needed. Revision Changes Path 1.15 +4 -4 jakarta-gump/python/gump/__init__.py Index: __init__.py =================================================================== RCS file: /home/cvs/jakarta-gump/python/gump/__init__.py,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- __init__.py 26 Sep 2003 20:39:45 -0000 1.14 +++ __init__.py 26 Sep 2003 20:52:43 -0000 1.15 @@ -95,7 +95,7 @@ log = logging.getLogger(__name__) from gump.xmlutils import SAXDispatcher -from gump.conf import dir, default, setting +from gump.conf import dir, default, setting, switch from gump.utils import * ###############################################################################
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
