Author: Ronan Lamy <[email protected]>
Branch: unicode-utf8
Changeset: r93382:f2b6f7bb4f98
Date: 2017-12-12 05:13 +0000
http://bitbucket.org/pypy/pypy/changeset/f2b6f7bb4f98/
Log: small cleanup
diff --git a/pypy/objspace/std/test/test_index.py
b/pypy/objspace/std/test/test_index.py
--- a/pypy/objspace/std/test/test_index.py
+++ b/pypy/objspace/std/test/test_index.py
@@ -1,7 +1,5 @@
from py.test import raises
-from rpython.rlib import rutf8
-
class AppTest_IndexProtocol:
def setup_class(self):
w_oldstyle = self.space.appexec([], """():
diff --git a/pypy/objspace/std/test/test_lengthhint.py
b/pypy/objspace/std/test/test_lengthhint.py
--- a/pypy/objspace/std/test/test_lengthhint.py
+++ b/pypy/objspace/std/test/test_lengthhint.py
@@ -1,6 +1,3 @@
-
-from rpython.rlib import rutf8
-
from pypy.module._collections.interp_deque import W_Deque
from pypy.module.itertools.interp_itertools import W_Repeat
diff --git a/pypy/objspace/std/test/test_setstrategies.py
b/pypy/objspace/std/test/test_setstrategies.py
--- a/pypy/objspace/std/test/test_setstrategies.py
+++ b/pypy/objspace/std/test/test_setstrategies.py
@@ -1,5 +1,3 @@
-
-import py
from pypy.objspace.std.setobject import W_SetObject
from pypy.objspace.std.setobject import (
BytesIteratorImplementation, BytesSetStrategy, EmptySetStrategy,
diff --git a/pypy/objspace/std/test/test_unicodeobject.py
b/pypy/objspace/std/test/test_unicodeobject.py
--- a/pypy/objspace/std/test/test_unicodeobject.py
+++ b/pypy/objspace/std/test/test_unicodeobject.py
@@ -1,4 +1,3 @@
-
# -*- encoding: utf-8 -*-
import py
import sys
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit