Update of /cvsroot/btplusplus/BT++/src/TabHistory
In directory sc8-pr-cvs1:/tmp/cvs-serv23881/src/TabHistory
Modified Files:
Grid.py
Removed Files:
HistLoaderManager.py
Log Message:
- Updated to wxPython 2.4.0.7 (no source changes).
- Updated to BT 3.2 (some Loader changes + core).
- Moved some stuff.
Index: Grid.py
===================================================================
RCS file: /cvsroot/btplusplus/BT++/src/TabHistory/Grid.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Grid.py 9 Mar 2003 12:10:02 -0000 1.1
--- Grid.py 28 Mar 2003 12:44:27 -0000 1.2
***************
*** 10,14 ****
import TabTrans.GridTable
! from HistLoaderManager import ManagerUp
class HistGrid(TabTrans.Grid.Grid):
--- 10,14 ----
import TabTrans.GridTable
! from Managers import ManagerUp
class HistGrid(TabTrans.Grid.Grid):
--- HistLoaderManager.py DELETED ---
|