Rerun pylint with pycharm-5 and fix pep8 issues as well.

This commit is contained in:
Mike Auty
2015-11-21 13:12:00 +00:00
parent 860fc416c0
commit d258c56991
21 changed files with 61 additions and 72 deletions
@@ -4,6 +4,7 @@ Created on 6 May 2013
@author: mike
"""
import collections
import collections.abc
from abc import ABCMeta, abstractmethod