winfreed.py: add "support win64" as a TODO entry
authorAntonio Ospite <ospite@studenti.unina.it>
Sun, 6 May 2012 15:59:05 +0000 (17:59 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Sun, 6 May 2012 15:59:05 +0000 (17:59 +0200)
winfreed.py

index 362911a..6051d24 100755 (executable)
@@ -24,6 +24,9 @@ import ConfigParser
 import urllib2
 from progressbar import Bar, ETA, FileTransferSpeed, Percentage, ProgressBar
 
 import urllib2
 from progressbar import Bar, ETA, FileTransferSpeed, Percentage, ProgressBar
 
+# TODO:
+#   - support win64
+
 # TODO make OUTPUT_DIR and LANGCODE configurable from command line
 OUTPUT_DIR = 'downloads'
 LANGCODE = 'en-US'
 # TODO make OUTPUT_DIR and LANGCODE configurable from command line
 OUTPUT_DIR = 'downloads'
 LANGCODE = 'en-US'