Commit 3a667aa9 authored by Lisandro Dalcin's avatar Lisandro Dalcin

remove unused imports

parent 9ce42542
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Cython Top Level # Cython Top Level
# #
import os, sys, re, codecs import os, sys, re
if sys.version_info[:2] < (2, 3): if sys.version_info[:2] < (2, 3):
sys.stderr.write("Sorry, Cython requires Python 2.3 or later\n") sys.stderr.write("Sorry, Cython requires Python 2.3 or later\n")
sys.exit(1) sys.exit(1)
......
...@@ -2,12 +2,9 @@ ...@@ -2,12 +2,9 @@
# Cython Scanner # Cython Scanner
# #
import sys
import os import os
import platform import platform
import stat
import sys
import codecs
from time import time
import cython import cython
cython.declare(EncodedString=object, string_prefixes=object, raw_prefixes=object, IDENT=object, cython.declare(EncodedString=object, string_prefixes=object, raw_prefixes=object, IDENT=object,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment