[bin] Bugfix in publish.py.

This commit is contained in:
Gaetan Delannay 2013-04-22 21:20:37 +02:00
parent 4e5e5143cb
commit ca16f8989c

View file

@ -442,7 +442,7 @@ class Publisher:
f.write(toc) f.write(toc)
f.close() f.close()
privateScripts = ('publish.py', 'zip.py', 'startoo.sh') privateScripts = ('publish.py', 'zip.py', 'startoo')
def prepareGenFolder(self, minimalist=False): def prepareGenFolder(self, minimalist=False):
'''Creates the basic structure of the temp folder where the appy '''Creates the basic structure of the temp folder where the appy
website will be generated.''' website will be generated.'''