[pep8] make test files and config files pep8 valid

Signed-off-by: akoskaaa <akos.hochrein@prezi.com>
This commit is contained in:
akoskaaa 2015-03-25 20:13:01 -07:00
commit f9ea5ecf40
13 changed files with 66 additions and 66 deletions

View file

@ -1,7 +1,6 @@
import sys
if sys.version_info >= (2,7):
if sys.version_info >= (2, 7):
import unittest
else:
import unittest2 as unittest