Skip to content

Commit

Permalink
fix urllib.error import
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh committed Nov 14, 2014
1 parent a409b52 commit b9623b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugz/connection.py
@@ -1,6 +1,6 @@
import os
import sys
import urllib
import urllib.error
import xmlrpc.client

from bugz.bugzilla import BugzillaProxy
Expand Down

0 comments on commit b9623b9

Please sign in to comment.