mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Fix for bug #812099.
This commit is contained in:
parent
6690b08085
commit
4a6dd9740b
@ -114,7 +114,7 @@ if __name__ == '__main__':
|
||||
else:
|
||||
threaded = 'pass'
|
||||
|
||||
fd = file(os.path.join('plugins', name + '.py'), 'w')
|
||||
fd = file(name + '.py', 'w')
|
||||
fd.write(template % (name, name, className, threaded, name))
|
||||
fd.close()
|
||||
print 'Your new plugin template is in plugins/%s.py' % name
|
||||
|
Loading…
Reference in New Issue
Block a user