From: <sir...@us...> - 2003-03-09 16:14:37
|
Update of /cvsroot/btplusplus/BT++/src In directory sc8-pr-cvs1:/tmp/cvs-serv26443/src Modified Files: LoaderManager.py Log Message: Removed wxPython stuff... this shouldn't be in there. Index: LoaderManager.py =================================================================== RCS file: /cvsroot/btplusplus/BT++/src/LoaderManager.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** LoaderManager.py 9 Mar 2003 11:49:46 -0000 1.4 --- LoaderManager.py 9 Mar 2003 16:14:34 -0000 1.5 *************** *** 5,10 **** from BTConstants import * - from wxPython.wx import * - class LoaderManager: Loaders = [] --- 5,8 ---- *************** *** 34,38 **** def CreateNewLoader(self, torrent): - #wxMessageBox(torrent) try: loader = Loader( torrent, --- 32,35 ---- |