Skip to content

Commit

Permalink
fix for #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xonshiz committed Mar 6, 2017
1 parent 67a9e39 commit a4dc0d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anime_dl/external/socks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import collections
import socket

from compat import (
from external.compat import (
compat_ord,
compat_struct_pack,
compat_struct_unpack,
Expand Down
4 changes: 2 additions & 2 deletions anime_dl/external/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import xml.etree.ElementTree
import zlib

from compat import (
from external.compat import (
compat_HTMLParser,
compat_basestring,
compat_chr,
Expand All @@ -60,7 +60,7 @@
compat_xpath,
)

from socks import (
from external.socks import (
ProxyType,
sockssocket,
)
Expand Down

0 comments on commit a4dc0d0

Please sign in to comment.