Author: Lukas Diekmann <[email protected]>
Branch: list-strategies
Changeset: r47536:72cba269bc37
Date: 2011-09-06 13:23 +0200
http://bitbucket.org/pypy/pypy/changeset/72cba269bc37/
Log: import fix
diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py
--- a/pypy/objspace/std/listobject.py
+++ b/pypy/objspace/std/listobject.py
@@ -1170,7 +1170,7 @@
class StringSort(SimpleSort):
def lt(self, w_str1, w_str2):
- from pypy.objspace.std.intobject import W_StringObject
+ from pypy.objspace.std.stringobject import W_StringObject
assert isinstance(w_int1, W_StringObject)
assert isinstance(w_int2, W_StringObject)
space = self.space
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit