Update of /cvsroot/btplusplus/BT++/src
In directory sc8-pr-cvs1:/tmp/cvs-serv29969/src
Modified Files:
InfoManager.py
Log Message:
Bug fix. Still learning about python class stuff ^^'
Index: InfoManager.py
===================================================================
RCS file: /cvsroot/btplusplus/BT++/src/InfoManager.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** InfoManager.py 29 Mar 2003 00:54:09 -0000 1.2
--- InfoManager.py 29 Mar 2003 11:40:12 -0000 1.3
***************
*** 21,24 ****
--- 21,27 ----
self.log = log
self.opener = FancyZURLopener()
+ self.Updating = False
+ self.ThrDownLoad = None
+ self.refreshed = 0.0
def AddLoader(self, loader):
|