Update of /cvsroot/docstring/dps/test
In directory usw-pr-cvs1:/tmp/cvs-serv1226/dps/test
Modified Files:
DPSTestSupport.py
Log Message:
fixed import
Index: DPSTestSupport.py
===================================================================
RCS file: /cvsroot/docstring/dps/test/DPSTestSupport.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** DPSTestSupport.py 16 Mar 2002 06:11:58 -0000 1.9
--- DPSTestSupport.py 19 Apr 2002 02:36:49 -0000 1.10
***************
*** 25,33 ****
import sys, os
import unittest, difflib, inspect, os, sys
-
- # try to import the current working version if possible
- sys.path.insert(0, os.pardir) # running in test framework dir?
import dps # or restructuredtext on path?
-
from dps import statemachine, nodes, urischemes, utils, transforms
from dps.transforms import universal
--- 25,29 ----
|