From 7ab8419594331efcf060494b5e55eb13cfa61836 Mon Sep 17 00:00:00 2001 From: ospalh Date: Thu, 18 Oct 2012 11:03:28 +0200 Subject: [PATCH] Import urllib2 only once. --- aqt/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/editor.py b/aqt/editor.py index f037ad7b7..2dfab13f5 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -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