Skip to content

Commit

Permalink
Convert Page to new style class for python2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-a committed Dec 3, 2019
1 parent 1adf3f6 commit 4183610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/repositories/legacy_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
import html5lib


class Page:
class Page(object):

VERSION_REGEX = re.compile(r"(?i)([a-z0-9_\-.]+?)-(?=\d)([a-z0-9_.!+-]+)")
SUPPORTED_FORMATS = [
Expand Down

0 comments on commit 4183610

Please sign in to comment.