-
Committer:
Ulrik Sverdrup
-
Date:
2012-06-28 18:37:42 UTC
-
Revision ID:
git-v1:6934a73c09e9bb2f82230a0a82fb6c516699d1f3
core: Fix urlparse usage for Python 2.7.3
Python 2.7.3 drops urlparse.uses_fragment global that we monkeypatched.
In hindsight, it never was really necessary. uses_netloc which we still
use is tricker to fix.
This lets Kupfer work with 2.7.3 again.
Co-authored-by: Karol Będkowski
Launchpad-bug: https://bugs.launchpad.net/kupfer/+bug/1014502/