Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
lzjun567 committed Jul 5, 2017
1 parent c0bbeee commit 79c4d97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zhihu/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
import requests
import requests.packages.urllib3 as urllib3
from bs4 import BeautifulSoup
from zhihu.error import ZhihuError
from zhihu.url import URL
from zhihu import settings
from ..error import ZhihuError
from ..url import URL
from .. import settings

urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)

Expand Down

0 comments on commit 79c4d97

Please sign in to comment.