[Wnd-commit] wnd/wnd/unittests/controls test_button.py,1.1.1.1,1.2
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-05-15 09:51:18
|
Update of /cvsroot/wnd/wnd/wnd/unittests/controls In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6596 Modified Files: test_button.py Log Message: ?? Index: test_button.py =================================================================== RCS file: /cvsroot/wnd/wnd/wnd/unittests/controls/test_button.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** test_button.py 29 Apr 2005 15:25:47 -0000 1.1.1.1 --- test_button.py 15 May 2005 09:50:40 -0000 1.2 *************** *** 9,16 **** PARENT= None PATH= os.path.split(__file__)[0] ! PATH_STANDALONE= os.path.join(PATH, 'teststandalone.py') ! PATH_HELPERS= os.path.join(PATH, 'testhelpers.py') ! helpers= imp.load_source('helpers', PATH_HELPERS) --- 9,18 ---- PARENT= None PATH= os.path.split(__file__)[0] ! DIRUP= os.path.split(PATH)[0] ! PATH_STANDALONE= os.path.join(DIRUP, 'teststandalone.py') ! PATH_HELPERS= os.path.join(DIRUP, 'testhelpers.py') ! ! helpers= imp.load_source('helpers',PATH_HELPERS) |