summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-11-02 14:21:04 -0500
committerMatt Spinler <spinler@us.ibm.com>2017-11-14 11:14:53 -0600
commit80e9b65fdf9b1172e02de606cc193a6723791828 (patch)
treee9a31f07ad46d355cc48acefda19591c982619fd
parent7af95886a9daa61df76d4e0c159e4302cd43d470 (diff)
downloadphosphor-dbus-monitor-80e9b65fdf9b1172e02de606cc193a6723791828.tar.gz
phosphor-dbus-monitor-80e9b65fdf9b1172e02de606cc193a6723791828.zip
Fix pep8 errors in pdmgen.py
Change-Id: I16cbfa2a3ed646f3ca0aeee0e71b3ada39062941 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
-rwxr-xr-xsrc/pdmgen.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pdmgen.py b/src/pdmgen.py
index 9ed27cd..efff03d 100755
--- a/src/pdmgen.py
+++ b/src/pdmgen.py
@@ -176,6 +176,7 @@ class TrivialArgument(Argument):
return a
+
class Metadata(Argument):
'''Metadata type arguments.'''
@@ -194,6 +195,7 @@ class Metadata(Argument):
return a
+
class Indent(object):
'''Help templates be depth agnostic.'''
OpenPOWER on IntegriCloud