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