mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-26 20:14:20 +01:00
Substitution string re-added to __init__Template
This commit is contained in:
parent
6d1538bff2
commit
cbe579ec2d
@ -151,8 +151,7 @@ __init__Template = '''
|
|||||||
%s
|
%s
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Add a description of the plugin (to be presented to the user inside the wizard)
|
%s
|
||||||
here. This should describe *what* the plugin does.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import supybot
|
import supybot
|
||||||
@ -287,7 +286,7 @@ def main():
|
|||||||
name, threaded, name))
|
name, threaded, name))
|
||||||
writeFile('config.py', configTemplate % (copyright, name, name, name, name,
|
writeFile('config.py', configTemplate % (copyright, name, name, name, name,
|
||||||
name))
|
name))
|
||||||
writeFile('__init__.py', __init__Template % copyright)
|
writeFile('__init__.py', __init__Template % (copyright, name))
|
||||||
writeFile('test.py', testTemplate % (copyright, name, name))
|
writeFile('test.py', testTemplate % (copyright, name, name))
|
||||||
writeFile('README.md', readmeTemplate)
|
writeFile('README.md', readmeTemplate)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user