Fix commit message. LOTS of fixes for flake8.

This commit is contained in:
Ebag333
2017-02-08 14:22:56 -08:00
parent e18deb5eeb
commit e5fb90f017
18 changed files with 68 additions and 38 deletions

View File

@@ -22,11 +22,6 @@ try:
except ImportError: # pragma: no cover
import cPickle as pickle
try:
from urllib.parse import quote
except ImportError: # pragma: no cover
from urllib import quote
logger = logging.getLogger("pycrest.eve")
cache_re = re.compile(r'max-age=([0-9]+)')