summaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py
blob: 7461547d430aa88ff8aec47a599d81f84a0a12a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- setup.py.orig	Sun Mar 30 17:01:05 2003
+++ setup.py	Sun Mar 30 17:01:20 2003
@@ -18,9 +18,9 @@
     
     packages = ["BitTorrent"],
 
-    scripts = ["btdownloadgui.py", "btdownloadheadless.py", "btdownloadlibrary.py", 
+    scripts = ["btdownloadheadless.py", "btdownloadlibrary.py", 
         "bttrack.py", "btmakemetafile.py", "btlaunchmany.py", "btcompletedir.py",
-        "btdownloadcurses.py", "btcompletedirgui.py", "btlaunchmanycurses.py", 
+        "btdownloadcurses.py", "btlaunchmanycurses.py", 
         "btmakemetafile.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py",
         "bttest.py"]
     )