Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Change to python-2.5 or later relative paths - #7

Merged
dmitry-g merged 1 commit into
masterfrom
fix/imports
Jan 9, 2017
Merged

dmitry-g merged 1 commit into
masterfrom
fix/imports

Conversation

@dmitry-g

@dmitry-g dmitry-g commented Jan 9, 2017

Copy link
Copy Markdown

Herd clients failed loading modules:

  File "herd/murder_client.py", line 22, in <module>
    from BitTornado.download_bt1 import (
  File "herd/BitTornado/download_bt1.py", line 7, in <module>
    from BT1.Choker import Choker
  File "herd/BitTornado/BT1/Choker.py", line 5, in <module>
    from herd.BitTornado.clock import clock
  File "herd/herd.py", line 13, in <module>
    import BitTornado.BT1.track as bttrack
  File "herd/BitTornado/BT1/track.py", line 11, in <module>
    from T2T import T2TList
  File "herd/BitTornado/BT1/T2T.py", line 4, in <module>
    from Rerequester import Rerequester
  File "herd/BitTornado/BT1/Rerequester.py", line 5, in <module>
    from herd.BitTornado.zurllib import urlopen, quote

Fortunately, there is a fix for that at russss#29 though it hasn't been merged to the original project.

This PR applies the fix to our fork.

@vinted/sre

@dmitry-g
dmitry-g merged commit ec2be88 into master Jan 9, 2017
@dmitry-g
dmitry-g deleted the fix/imports branch January 9, 2017 13:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants