Explorar el Código

Syntax fix on plugins.py module

Roland Haroutiounian hace 7 años
padre
commit
3700b4cc83
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      lodel/plugin/plugins.py

+ 1
- 0
lodel/plugin/plugins.py Ver fichero

@@ -173,6 +173,7 @@ class MetaPlugType(type):
173 173
     def __register_types(self):
174 174
         plug_type_register(self)
175 175
 
176
+
176 177
 def plug_type_register(cls):
177 178
     __all_ptypes.append(cls)
178 179
     logger.info("New child class registered : %s" % cls.__name__)

Loading…
Cancelar
Guardar