Skip to content

Commit

Permalink
Don't register reposync URL schemes
Browse files Browse the repository at this point in the history
This isn't needed from Python 2.7 onwards.
  • Loading branch information
jrha committed Jul 16, 2024
1 parent 0a3544f commit e6616be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mrepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@

disable = ('no', 'off', 'false', '0')

for scheme in ('reposync', 'reposyncs', 'reposyncf'):
urlparse.uses_netloc.insert(0, scheme)
urlparse.uses_query.insert(0, scheme)


class Options:
def __init__(self, args):
Expand Down

0 comments on commit e6616be

Please sign in to comment.