Avoid another double import

This commit is contained in:
ospalh 2012-10-31 17:25:03 +01:00
parent bc53548355
commit 34212ac06d

View file

@ -3,7 +3,7 @@
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html # License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
import re, sys, threading, time, subprocess, os, signal, errno, atexit import re, sys, threading, time, subprocess, os, signal, errno, atexit
import shutil, random, atexit import shutil, random
from anki.hooks import addHook, runHook from anki.hooks import addHook, runHook
from anki.utils import namedtmp, tmpdir, isWin, isMac from anki.utils import namedtmp, tmpdir, isWin, isMac