mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Avoid another double import
This commit is contained in:
parent
bc53548355
commit
34212ac06d
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
|
||||
|
||||
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.utils import namedtmp, tmpdir, isWin, isMac
|
||||
|
||||
|
|
Loading…
Reference in a new issue