mirror of https://github.com/google/pebble
spelling: instantiate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
24dd728cf1
commit
ec3d12929e
|
@ -31,7 +31,7 @@ class ResourceGeneratorMetaclass(type):
|
||||||
if cls.type:
|
if cls.type:
|
||||||
_ResourceGenerators[cls.type] = cls
|
_ResourceGenerators[cls.type] = cls
|
||||||
|
|
||||||
# Instatiate the metaclass into a baseclass we can use elsewhere.
|
# Instantiate the metaclass into a baseclass we can use elsewhere.
|
||||||
ResourceGeneratorBase = ResourceGeneratorMetaclass('ResourceGenerator', (object,), {})
|
ResourceGeneratorBase = ResourceGeneratorMetaclass('ResourceGenerator', (object,), {})
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue