bump version, remove debugging code

This commit is contained in:
Damien Elmes 2009-04-11 02:35:55 +09:00
parent b7a81f952c
commit 3cb299a1d5
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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