Skip to content

Commit

Permalink
fix super call py2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
domeniconappo committed Feb 7, 2020
1 parent b2b30df commit ec461ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lisfloodutilities/compare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
logger = logging.getLogger()


class Comparator:
class Comparator(object):
glob_expr = None

def __init__(self):
Expand Down

0 comments on commit ec461ec

Please sign in to comment.