mirror of
https://github.com/oDinZu/callirhoe.git
synced 2025-02-22 00:04:52 -05:00
Fixed a missing "\n".
git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@199 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
This commit is contained in:
parent
e1ed041a19
commit
5370e100f7
@ -8,7 +8,7 @@ for x in ['lang', 'style', 'layouts', 'geom']:
|
||||
|
||||
out = open('resources.py', 'w')
|
||||
|
||||
out.write('resource_list = {}')
|
||||
out.write('resource_list = {}\n')
|
||||
for x in res.keys():
|
||||
out.write('resource_list["%s"] = %s\n' % (x, str(res[x])))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user