Skip to content

Commit

Permalink
Just comments corrections
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Apr 9, 2015
1 parent 5205275 commit c858fba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions rebasehelper/output_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def match(cls, cmd=None, *args, **kwargs):
raise NotImplementedError()

def print_summary(self, path, **kwargs):

"""
Return list of files which has been changed against old version
This will be used by checkers
Expand Down
2 changes: 0 additions & 2 deletions rebasehelper/patch_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ class PatchBase(object):
Each method should overwrite method like run_check
"""

helpers = {}

@classmethod
def match(cls, cmd=None, *args, **kwargs):
"""Method checks whether it is usefull patch method"""
Expand Down

0 comments on commit c858fba

Please sign in to comment.