Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to python-2.5 or later relative paths #7

Merged
merged 1 commit into from
Jan 9, 2017
Merged

Conversation

dmitry-g
Copy link

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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants