Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r59697:e60833b188c1
Date: 2012-12-31 23:30 +0100
http://bitbucket.org/pypy/pypy/changeset/e60833b188c1/

Log:    Adjust autopath.py to new directory structure

diff --git a/rpython/annotator/test/autopath.py 
b/rpython/annotator/test/autopath.py
--- a/rpython/annotator/test/autopath.py
+++ b/rpython/annotator/test/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/jit/backend/autopath.py b/rpython/jit/backend/autopath.py
--- a/rpython/jit/backend/autopath.py
+++ b/rpython/jit/backend/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/jit/backend/x86/autopath.py 
b/rpython/jit/backend/x86/autopath.py
--- a/rpython/jit/backend/x86/autopath.py
+++ b/rpython/jit/backend/x86/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/jit/backend/x86/tool/autopath.py 
b/rpython/jit/backend/x86/tool/autopath.py
--- a/rpython/jit/backend/x86/tool/autopath.py
+++ b/rpython/jit/backend/x86/tool/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/jit/tl/autopath.py b/rpython/jit/tl/autopath.py
--- a/rpython/jit/tl/autopath.py
+++ b/rpython/jit/tl/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/jit/tl/spli/autopath.py b/rpython/jit/tl/spli/autopath.py
--- a/rpython/jit/tl/spli/autopath.py
+++ b/rpython/jit/tl/spli/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/jit/tool/autopath.py b/rpython/jit/tool/autopath.py
--- a/rpython/jit/tool/autopath.py
+++ b/rpython/jit/tool/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/rlib/parsing/test/autopath.py 
b/rpython/rlib/parsing/test/autopath.py
--- a/rpython/rlib/parsing/test/autopath.py
+++ b/rpython/rlib/parsing/test/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/rlib/test/autopath.py b/rpython/rlib/test/autopath.py
--- a/rpython/rlib/test/autopath.py
+++ b/rpython/rlib/test/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/translator/autopath.py b/rpython/translator/autopath.py
--- a/rpython/translator/autopath.py
+++ b/rpython/translator/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/translator/c/autopath.py b/rpython/translator/c/autopath.py
--- a/rpython/translator/c/autopath.py
+++ b/rpython/translator/c/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/translator/c/gcc/autopath.py 
b/rpython/translator/c/gcc/autopath.py
--- a/rpython/translator/c/gcc/autopath.py
+++ b/rpython/translator/c/gcc/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/translator/c/test/autopath.py 
b/rpython/translator/c/test/autopath.py
--- a/rpython/translator/c/test/autopath.py
+++ b/rpython/translator/c/test/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/translator/cli/test/autopath.py 
b/rpython/translator/cli/test/autopath.py
--- a/rpython/translator/cli/test/autopath.py
+++ b/rpython/translator/cli/test/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/translator/goal/autopath.py 
b/rpython/translator/goal/autopath.py
--- a/rpython/translator/goal/autopath.py
+++ b/rpython/translator/goal/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/translator/goal/test2/autopath.py 
b/rpython/translator/goal/test2/autopath.py
--- a/rpython/translator/goal/test2/autopath.py
+++ b/rpython/translator/goal/test2/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/translator/sandbox/autopath.py 
b/rpython/translator/sandbox/autopath.py
--- a/rpython/translator/sandbox/autopath.py
+++ b/rpython/translator/sandbox/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/translator/sandbox/test/autopath.py 
b/rpython/translator/sandbox/test/autopath.py
--- a/rpython/translator/sandbox/test/autopath.py
+++ b/rpython/translator/sandbox/test/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/translator/test/autopath.py 
b/rpython/translator/test/autopath.py
--- a/rpython/translator/test/autopath.py
+++ b/rpython/translator/test/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
diff --git a/rpython/translator/tool/autopath.py 
b/rpython/translator/tool/autopath.py
--- a/rpython/translator/tool/autopath.py
+++ b/rpython/translator/tool/autopath.py
@@ -125,7 +125,7 @@
 
 # set guaranteed attributes
 
-pypydir, this_dir = __dirinfo('pypy')
+pypydir, this_dir = __dirinfo('rpython')
 
 if __name__ == '__main__':
     __clone()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to