powershell modules will have a .ps1 extension
This commit is contained in:
parent
a25c441300
commit
e7e95721b9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue