Remove useless import.

For some reason, this import failed with Pypy. I have no idea why...
This commit is contained in:
Valentin Lorentz 2012-09-03 20:00:41 +02:00
parent f912de74f6
commit f5fec4a969

View File

@ -73,8 +73,6 @@ except OSError: # Does not exist
open(os.path.join('src', 'version.py'), 'a').write(
"version = '0.83.4.1+limnoria %s'\n" % version)
from src.version import version
def normalizeWhitespace(s):
return ' '.join(s.split())