summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorJohn Garland <johnnybg+deluge@gmail.com>2012-03-23 19:23:01 +1100
committerJohn Garland <johnnybg+deluge@gmail.com>2012-03-23 19:23:01 +1100
commit8238c631568d37426c348f6a601db73aa678e544 (patch)
tree041bba603c3d8c2fb34f220cbc88a47751ab25aa /win32
parentc19718b66a068c69910f84663f3980a9f0172661 (diff)
downloaddeluge-8238c631568d37426c348f6a601db73aa678e544.tar.gz
deluge-8238c631568d37426c348f6a601db73aa678e544.tar.bz2
deluge-8238c631568d37426c348f6a601db73aa678e544.zip
Use (documented) formatdate over format_date_time
Diffstat (limited to 'win32')
-rw-r--r--win32/deluge-bbfreeze.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/deluge-bbfreeze.py b/win32/deluge-bbfreeze.py
index a1c73afb0..f1bec3448 100644
--- a/win32/deluge-bbfreeze.py
+++ b/win32/deluge-bbfreeze.py
@@ -10,7 +10,7 @@ shutil.copy(python_path + "Scripts\deluge-web-script.py", python_path + "Scripts
shutil.copy(python_path + "Scripts\deluge-gtk-script.pyw", python_path + "Scripts\deluge-gtk.py")
shutil.copy(python_path + "Scripts\deluge-console-script.py", python_path + "Scripts\deluge-console.py")
-includes=("libtorrent", "gzip", "zipfile", "re", "socket", "struct", "cairo", "pangocairo", "atk", "pango", "wsgiref.handlers", "twisted.internet.utils", "gio", "gtk.glade")
+includes=("libtorrent", "gzip", "zipfile", "re", "socket", "struct", "cairo", "pangocairo", "atk", "pango", "twisted.internet.utils", "gio", "gtk.glade")
excludes=("numpy", "OpenGL", "psyco", "win32ui")
dst = "..\\build-win32\\deluge-bbfreeze-" + build_version + "\\"