Update of /cvsroot/pydev/org.python.pydev/PySrc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11038/PySrc
Modified Files:
refactoring.py
Removed Files:
test_pyserver.py test_refactoring.py test_simpleTipper.py
Log Message:
--- test_simpleTipper.py DELETED ---
--- test_refactoring.py DELETED ---
--- test_pyserver.py DELETED ---
Index: refactoring.py
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/PySrc/refactoring.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** refactoring.py 20 Sep 2004 19:08:41 -0000 1.6
--- refactoring.py 8 Oct 2004 16:38:42 -0000 1.7
***************
*** 7,10 ****
--- 7,11 ----
import urllib
+ #kind of hack to get the bicicle repair man without having it in the pythonpath.
sys.path.insert(1, os.path.join(os.path.dirname(sys.argv[0]),
"ThirdParty", "brm"))
|