(file) Return to btlaunchmany.py CVS log (file) (dir) Up to [Development] / shadowsclient

Diff for /shadowsclient/btlaunchmany.py between version 1.8 and 1.9

version 1.8, 2003/10/22 13:58:50 version 1.9, 2003/10/23 21:34:30
Line 239 
Line 239 
   <global options> - options to be applied to all torrents (see btdownloadheadless.py)   <global options> - options to be applied to all torrents (see btdownloadheadless.py)
 """ """
         exit(-1)         exit(-1)
     if argv[1] == '--version':      if argv[1:] == ['--version']:
         print version         print version
         return          exit(0)
     try:     try:
         displaykiller = Event()         displaykiller = Event()
         displaythread = Thread(target = display_thread, name = 'display', args = [displaykiller])         displaythread = Thread(target = display_thread, name = 'display', args = [displaykiller])


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.3