Commit e7e95721 by Matt Martz

powershell modules will have a .ps1 extension

parent a25c4413
......@@ -146,7 +146,7 @@ class PluginLoader(object):
if self.class_name:
suffixes = ['.py']
else:
suffixes = ['']
suffixes = ['', '.ps1']
for suffix in suffixes:
full_name = '%s%s' % (name, suffix)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment