Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Use correct mmodule on python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Jun 16, 2017
1 parent a8d9bd2 commit 9ee71d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threatstack-integration-updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
try:
from urllib.request import urlopen
except:
from urllib import urlopen
from urllib2 import urlopen

dirname = os.path.dirname(__file__)
logging_conf = os.path.join(dirname, 'logging.conf')
Expand Down

0 comments on commit 9ee71d6

Please sign in to comment.