[Debtorrent-commits] r24 - /debtorrent/trunk/btdownloadheadless.py

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Sun Apr 29 05:31:18 UTC 2007


Author: camrdale-guest
Date: Sun Apr 29 05:31:16 2007
New Revision: 24

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=24
Log:
Removed annoying curses stuff from btdownloadheadless

Modified:
    debtorrent/trunk/btdownloadheadless.py

Modified: debtorrent/trunk/btdownloadheadless.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/btdownloadheadless.py?rev=24&op=diff
==============================================================================
--- debtorrent/trunk/btdownloadheadless.py (original)
+++ debtorrent/trunk/btdownloadheadless.py Sun Apr 29 05:31:16 2007
@@ -139,14 +139,6 @@
         self.downloadTo = path
 
 def run(params):
-    try:
-        import curses
-        curses.initscr()
-        cols = curses.COLS
-        curses.endwin()
-    except:
-        cols = 80
-
     h = HeadlessDisplayer()
     while 1:
         configdir = ConfigDir('downloadheadless')




More information about the Debtorrent-commits mailing list