Skip to content

Commit

Permalink
Fix ZenPack.remove signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
cluther committed Feb 18, 2012
1 parent 8948f68 commit 9d420d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZenPacks/example/Techniques/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def upgrade(self, app):

def remove(self, app, leaveObjects=False):
self.removeMenuItems(app.zport.dmd)
ZenPackBase.remove(self, leaveObjects=leaveObjects)
ZenPackBase.remove(self, leaveObjects)

def installMenuItems(self, dmd):
self.removeMenuItems(dmd)
Expand Down

0 comments on commit 9d420d8

Please sign in to comment.