modules : fixed annoying indent

This commit is contained in:
alalazo 2016-03-23 16:04:36 +01:00
parent 0fbdb3f65d
commit d93f2b335d

View File

@ -124,7 +124,7 @@ class __metaclass__(type):
def __init__(cls, name, bases, dict):
type.__init__(cls, name, bases, dict)
if cls.name != 'env_module' and cls.name not in CONFIGURATION['disable']:
module_types[cls.name] = cls
module_types[cls.name] = cls
def __init__(self, spec=None):
self.spec = spec