Naming convention, as per travis.
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
from .metadata import __postprocessor__ as MetadataPP
|
from .metadata import __postprocessor__ as MetadataPP
|
||||||
|
|
||||||
|
|
||||||
class Metadata_BypostPP(MetadataPP):
|
class Metadata_bypostPP(MetadataPP):
|
||||||
|
|
||||||
def __init__(self, pathfmt, options):
|
def __init__(self, pathfmt, options):
|
||||||
MetadataPP.__init__(self, pathfmt, options)
|
MetadataPP.__init__(self, pathfmt, options)
|
||||||
@@ -23,4 +23,4 @@ class Metadata_BypostPP(MetadataPP):
|
|||||||
def run(self, pathfmt):
|
def run(self, pathfmt):
|
||||||
return
|
return
|
||||||
|
|
||||||
__postprocessor__ = Metadata_BypostPP
|
__postprocessor__ = Metadata_bypostPP
|
||||||
|
|||||||
Reference in New Issue
Block a user