1
0
Fork 0
forked from github/pelican

PyCodeStyle fixes to keep Flake8 happy

Travis appears to be using new versions of underlying code style
analyzers, so these changes were necessary in order to keep tests green.
This commit is contained in:
Justin Mayer 2017-10-26 13:53:32 -07:00
commit 56a483475b
4 changed files with 9 additions and 9 deletions

View file

@ -1,8 +1,8 @@
#!/usr/bin/env python
import sys
from io import open
from os import walk
from os.path import join, relpath
import sys
from setuptools import setup