Browse Source

Syntax fix on plugins.py module

Roland Haroutiounian 8 years ago
parent
commit
3700b4cc83
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lodel/plugin/plugins.py

+ 1
- 0
lodel/plugin/plugins.py View File

@@ -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…
Cancel
Save