There were more than one mistakes.

The second were that I tried to insert data to a dict that were never created.


git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@198 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
This commit is contained in:
ph4ntome@gmail.com 2014-10-31 23:24:39 +00:00
parent e1aad0b221
commit e1ed041a19

View File

@ -8,6 +8,7 @@ for x in ['lang', 'style', 'layouts', 'geom']:
out = open('resources.py', 'w')
out.write('resource_list = {}')
for x in res.keys():
out.write('resource_list["%s"] = %s\n' % (x, str(res[x])))