summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Tests/TestTreeFragment.py
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Compiler/Tests/TestTreeFragment.py')
-rw-r--r--Cython/Compiler/Tests/TestTreeFragment.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cython/Compiler/Tests/TestTreeFragment.py b/Cython/Compiler/Tests/TestTreeFragment.py
index 9ee8da547..d2006b402 100644
--- a/Cython/Compiler/Tests/TestTreeFragment.py
+++ b/Cython/Compiler/Tests/TestTreeFragment.py
@@ -2,7 +2,6 @@ from Cython.TestUtils import CythonTest
from Cython.Compiler.TreeFragment import *
from Cython.Compiler.Nodes import *
from Cython.Compiler.UtilNodes import *
-import Cython.Compiler.Naming as Naming
class TestTreeFragments(CythonTest):