mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Remove useless import.
For some reason, this import failed with Pypy. I have no idea why...
This commit is contained in:
parent
f912de74f6
commit
f5fec4a969
2
setup.py
2
setup.py
@ -73,8 +73,6 @@ except OSError: # Does not exist
|
|||||||
open(os.path.join('src', 'version.py'), 'a').write(
|
open(os.path.join('src', 'version.py'), 'a').write(
|
||||||
"version = '0.83.4.1+limnoria %s'\n" % version)
|
"version = '0.83.4.1+limnoria %s'\n" % version)
|
||||||
|
|
||||||
from src.version import version
|
|
||||||
|
|
||||||
def normalizeWhitespace(s):
|
def normalizeWhitespace(s):
|
||||||
return ' '.join(s.split())
|
return ' '.join(s.split())
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user