Update of /cvsroot/ctypes/ctypes/ctypes/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14614
Modified Files:
Tag: branch_1_0
test_codegen.py
Log Message:
Don't use windows path separators.
Index: test_codegen.py
===================================================================
RCS file: /cvsroot/ctypes/ctypes/ctypes/test/Attic/test_codegen.py,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** test_codegen.py 3 Nov 2005 19:49:19 -0000 1.1.2.1
--- test_codegen.py 27 Jan 2006 18:40:12 -0000 1.1.2.2
***************
*** 19,23 ****
test_dir = os.path.dirname(__file__)
! source_dir = os.path.join(test_dir, r"..\..", "source")
from ctypes.wrap import h2xml, xml2py
--- 19,23 ----
test_dir = os.path.dirname(__file__)
! source_dir = os.path.join(test_dir, "..", "..", "source")
from ctypes.wrap import h2xml, xml2py
|