74
72
suffixes = imp.get_suffixes()
75
73
suffixes.append(('.pyo', 'rb', imp.PY_COMPILED))
76
74
package_entries = ['__init__.py', '__init__.pyc', '__init__.pyo']
78
76
# going through them one by one allows different plugins with the same
79
77
# filename in different directories in the path
80
78
mutter('looking for plugins in %s' % d)