[general] Refactoring

* remove (hopefully) unnecessary import statements
* make some code a bit more compact
* remove dead code ... again: hopefully so
This commit is contained in:
Tobias Witek 2016-11-05 15:54:34 +01:00
parent e889098c77
commit 3af8ee771d
4 changed files with 2 additions and 35 deletions

View file

@ -54,7 +54,6 @@ class ModuleConfig(object):
class Config(object):
def __init__(self, args):
self._raw = args
self._parser = self._parser()
self._store = {}