From 34212ac06d88216337f6c77babef53e9244d92c2 Mon Sep 17 00:00:00 2001 From: ospalh Date: Wed, 31 Oct 2012 17:25:03 +0100 Subject: [PATCH] Avoid another double import --- anki/sound.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/sound.py b/anki/sound.py index b4cc0df09..690844657 100644 --- a/anki/sound.py +++ b/anki/sound.py @@ -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