From 3cb299a1d54dae78ef75032cfd58b953079b338f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 11 Apr 2009 02:35:55 +0900 Subject: [PATCH] bump version, remove debugging code --- anki/__init__.py | 2 +- anki/sound.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/anki/__init__.py b/anki/__init__.py index ad9d3414e..a57a0fc08 100644 --- a/anki/__init__.py +++ b/anki/__init__.py @@ -53,6 +53,6 @@ try: except ImportError: pass -version = "0.9.9.7.3" +version = "0.9.9.7.4" from anki.deck import DeckStorage diff --git a/anki/sound.py b/anki/sound.py index e641f4236..e9919549b 100644 --- a/anki/sound.py +++ b/anki/sound.py @@ -73,7 +73,6 @@ if sys.platform.startswith("darwin"): dir = os.path.dirname(os.path.abspath(__file__)) dir = os.path.abspath(dir + "/../../../..") os.environ['PATH'] += ":" + dir + "/audio" - sys.stderr.write(os.environ['PATH'] + "\n") def retryWait(proc): # osx throws interrupted system call errors frequently