mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Oops, forgot to change the last string.
This commit is contained in:
parent
0f3f15235d
commit
707b55a676
@ -117,6 +117,6 @@ if __name__ == '__main__':
|
|||||||
fd = file(name + '.py', 'w')
|
fd = file(name + '.py', 'w')
|
||||||
fd.write(template % (name, name, className, threaded, name))
|
fd.write(template % (name, name, className, threaded, name))
|
||||||
fd.close()
|
fd.close()
|
||||||
print 'Your new plugin template is in plugins/%s.py' % name
|
print 'Your new plugin template is %s.py.' % name
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
Loading…
Reference in New Issue
Block a user