This commit is contained in:
Stefan Breunig 2013-02-11 19:10:15 +01:00
parent 4d0c0356fe
commit 1efb30d73f
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
ttic-debug.user.js
iitc-debug.user.js

View File

@ -14,7 +14,7 @@ m = m.split('@@INJECTHERE@@')
m.insert(1, c)
t = '\n\n'.join(m)
with open('ttic-debug.user.js', 'w', encoding='utf8') as f:
with open('iitc-debug.user.js', 'w', encoding='utf8') as f:
f.write(t)
# vim: ai si ts=4 sw=4 sts=4 et