diff MoinMoin/config/multiconfig.py @ 1791:6dd2e29acffe

Eclipse PyDev Check: fixed lots of its errors and warnings
author Thomas Waldmann <tw AT waldmann-edv DOT de>
date Fri, 23 Feb 2007 02:16:07 +0100
parents f4a941fe32f8
children 06ce4843b9b5
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py	Thu Feb 22 18:51:15 2007 +0100
+++ b/MoinMoin/config/multiconfig.py	Fri Feb 23 02:16:07 2007 +0100
@@ -779,7 +779,7 @@
         Since each wiki has unique plugins, we load the plugin package
         under the wiki configuration module, named self.siteid.
         """
-        import sys, imp
+        import imp
 
         name = self.siteid + '.plugin'
         try: