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