Skip to content

Commit

Permalink
Fix import for urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
Digant C Kasundra committed Jun 12, 2015
1 parent 9e26ec2 commit 1ac7274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/hermes
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import getpass
import logging
import sys
import requests
import urllib3
from requests.packages import urllib3

from dateutil import parser, tz

Expand Down
2 changes: 1 addition & 1 deletion hermes/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"

0 comments on commit 1ac7274

Please sign in to comment.