diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2016-10-10 18:21:03 +0300 |
|---|---|---|
| committer | Stefan Wójcik <wojcikstefan@gmail.com> | 2016-10-10 11:21:03 -0400 |
| commit | 3a28e27ba16a2dedd9617ac2836352dd8b5683ea (patch) | |
| tree | 3ffad863d2012460e212af5161cebbf3a1760af7 /setup.py | |
| parent | 17556a53b5657ac7d2eb4991509e89880b31ec1f (diff) | |
| download | python-mimeparse-3a28e27ba16a2dedd9617ac2836352dd8b5683ea.tar.gz | |
flake8 tweaks (#27)
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/env python -import os import codecs +import os import re from setuptools import setup |
