Skip to content

Commit

Permalink
Fix Pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
eedgar committed Aug 21, 2013
1 parent 274d367 commit b913a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zpg/Property.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(self,
self.panelRenderer = panelRenderer
self.type_ = type_ if type_ else value
self.value = value
self.readonly= readonly
self.readonly = readonly
self.detail_group = detail_group
self.detail_order = detail_order
self.addl_detail_args = addl_detail_args
Expand Down
1 change: 1 addition & 0 deletions zpg/ZenPackUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from .Template import Template
from ._zenoss_utils import zpDir


class ZenPackUI(Template):

"""Build the ZenPack global js file to register components."""
Expand Down

0 comments on commit b913a30

Please sign in to comment.