summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-10-10 18:21:03 +0300
committerStefan Wójcik <wojcikstefan@gmail.com>2016-10-10 11:21:03 -0400
commit3a28e27ba16a2dedd9617ac2836352dd8b5683ea (patch)
tree3ffad863d2012460e212af5161cebbf3a1760af7 /setup.py
parent17556a53b5657ac7d2eb4991509e89880b31ec1f (diff)
downloadpython-mimeparse-3a28e27ba16a2dedd9617ac2836352dd8b5683ea.tar.gz
flake8 tweaks (#27)
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e0ba146..cc081a0 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
-import os
import codecs
+import os
import re
from setuptools import setup