summaryrefslogtreecommitdiff
path: root/Cython/Compiler/CythonScope.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2011-11-13 12:14:57 +0100
committerStefan Behnel <stefan_ml@behnel.de>2011-11-13 12:14:57 +0100
commit2d2ea33cf49ccda04f9a2a1c1bb4e25a52170649 (patch)
tree8ebe6861f3c8ad57a6d9817e4d7af26140dcbe7a /Cython/Compiler/CythonScope.py
parent84307315f62c2a30c3598640a29ec5307c119ae4 (diff)
downloadcython-2d2ea33cf49ccda04f9a2a1c1bb4e25a52170649.tar.gz
removed lots of unused imports, delayed some imports that are only needed for Cython specific syntax
--HG-- extra : rebase_source : a2df3675fd1efae1a1122ca9742e99ab1405fba6
Diffstat (limited to 'Cython/Compiler/CythonScope.py')
-rw-r--r--Cython/Compiler/CythonScope.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cython/Compiler/CythonScope.py b/Cython/Compiler/CythonScope.py
index a751cfe4a..bff3e2dfa 100644
--- a/Cython/Compiler/CythonScope.py
+++ b/Cython/Compiler/CythonScope.py
@@ -3,8 +3,6 @@ from PyrexTypes import *
from UtilityCode import CythonUtilityCode
from Errors import error
from Scanning import StringSourceDescriptor
-import Options
-import Buffer
import MemoryView
class CythonScope(ModuleScope):