Import urllib2 only once.

This commit is contained in:
ospalh 2012-10-18 11:03:28 +02:00
parent 683a5c488a
commit 7ab8419594

View file

@ -3,7 +3,7 @@
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
from aqt.qt import *
import re, os, sys, urllib2, ctypes, traceback, urllib2
import re, os, sys, urllib2, ctypes, traceback
from anki.utils import stripHTML, isWin, isMac, namedtmp, json
from anki.sound import play
from anki.hooks import runHook, runFilter