Oops, forgot to change the last string.

This commit is contained in:
Jeremy Fincher 2003-09-25 02:58:23 +00:00
parent 0f3f15235d
commit 707b55a676
1 changed files with 1 additions and 1 deletions

View File

@ -117,6 +117,6 @@ if __name__ == '__main__':
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
print 'Your new plugin template is %s.py.' % name
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: