Utilities/ClassBrowsers/idlclbr.py

changeset 97
c4086afea02b
parent 45
9a18f4dbb493
child 428
58405c24aa09
child 792
a13346916170
diff -r 9624a110667d -r c4086afea02b Utilities/ClassBrowsers/idlclbr.py
--- a/Utilities/ClassBrowsers/idlclbr.py	Sun Jan 31 17:11:22 2010 +0000
+++ b/Utilities/ClassBrowsers/idlclbr.py	Sun Jan 31 18:31:28 2010 +0000
@@ -12,8 +12,6 @@
 It is based on the Python class browser found in this package.
 """
 
-import sys
-import os
 import re
 
 import Utilities
@@ -177,7 +175,8 @@
     @param path path the file should be searched in (list of strings)
     @return the resulting dictionary
     '''
-
+    global _modules
+    
     dict = {}
     dict_counts = {}
 

eric ide

mercurial