From: <te...@us...> - 2003-07-29 01:04:21
|
Update of /cvsroot/quickrip/quickrip In directory sc8-pr-cvs1:/tmp/cvs-serv11539 Modified Files: dvd.py Log Message: Commiting Jesir's new Qt UI design (jesir cannot get CVS to tunnel through his firewall at the moment) Index: dvd.py =================================================================== RCS file: /cvsroot/quickrip/quickrip/dvd.py,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** dvd.py 24 Jul 2003 14:13:26 -0000 1.24 --- dvd.py 29 Jul 2003 01:04:18 -0000 1.25 *************** *** 354,357 **** --- 354,358 ---- # bit = "".join([" ", bit]) # string = "".join([string, bit]) + # print all_pass # print string # sys.exit(1) |