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 Oct 29, 2019
1 parent dcda734 commit 9b20815
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 @@ -54,7 +54,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 9b20815

Please sign in to comment.