updated imports

This commit is contained in:
Jan Laukemann
2017-10-04 10:38:17 +02:00
parent 6357ac30ee
commit eb7aafdcc0

View File

@@ -4,7 +4,9 @@
from setuptools import setup, find_packages
# To use a consistent encoding
from codecs import open
import os, io, re
import os
import io
import re
here = os.path.abspath(os.path.dirname(__file__))