Skip to content

Commit

Permalink
Fix circular import problems for older versions of requests
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Jan 18, 2016
1 parent fff830e commit 9ba35c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/unit/test_cassette.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
try:
from requests.packages.urllib3._collections import HTTPHeaderDict
except ImportError:
from betamax.cassette.headers import HTTPHeaderDict
from betamax.headers import HTTPHeaderDict


def decode(s):
Expand Down

0 comments on commit 9ba35c8

Please sign in to comment.