mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Import urllib2 only once.
This commit is contained in:
parent
683a5c488a
commit
7ab8419594
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue