[py-svn] r7073 - py/dist/py/bin

hpk at codespeak.net hpk at codespeak.net
Wed Oct 20 16:48:37 CEST 2004


Author: hpk
Date: Wed Oct 20 16:48:37 2004
New Revision: 7073

Removed:
   py/dist/py/bin/rename_import.py
Log:
removed bogus file


Deleted: /py/dist/py/bin/rename_import.py
==============================================================================
--- /py/dist/py/bin/rename_import.py	Wed Oct 20 16:48:37 2004
+++ (empty file)
@@ -1,23 +0,0 @@
-#!/usr/bin/python 
-
-import py, sys
-import bike 
-import rlcompleter2 
-rlcompleter2.setup()
-
-if __name__ == '__main__':
-    source = py.path.local(sys.argv[1])
-    assert source.check(dir=1) 
-
-    #dest = std.path.local(sys.argv[2])
-
-    #dest.ensure(dir=1) 
-
-    import bike 
-    ctx = bike.init().brmctx 
-
-    for x in source.visit(py.path.checker(file=1, fnmatch='*.py'), 
-                          py.path.checker(dotfile=0)):
-        ctx.paths.append(str(x))
-
-



More information about the pytest-commit mailing list