Author: andar

Revision: 6081

Log:
        Add twisted.internet.utils to the freezer includes

Diff:
Modified: branches/1.2_RC/win32/deluge-bbfreeze.py
===================================================================
--- branches/1.2_RC/win32/deluge-bbfreeze.py    2010-01-07 15:27:05 UTC (rev 
6080)
+++ branches/1.2_RC/win32/deluge-bbfreeze.py    2010-01-08 17:28:08 UTC (rev 
6081)
@@ -10,7 +10,7 @@
 
 
 from bbfreeze import Freezer
-f = Freezer("..\\build-win32\\deluge-bbfreeze-" + build_version, 
includes=("libtorrent", "gzip", "zipfile", "re", "socket", "struct", "cairo", 
"pangocairo", "atk", "pango", "wsgiref.handlers"))
+f = Freezer("..\\build-win32\\deluge-bbfreeze-" + build_version, 
includes=("libtorrent", "gzip", "zipfile", "re", "socket", "struct", "cairo", 
"pangocairo", "atk", "pango", "wsgiref.handlers", "twisted.internet.utils"))
 f.addScript(python_path + "Scripts\deluge.py", gui_only=False)
 f.addScript(python_path + "Scripts\deluged.py", gui_only=False)
 f.addScript(python_path + "Scripts\deluge-web.py", gui_only=False)


-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.


Reply via email to