mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
bump version, remove debugging code
This commit is contained in:
parent
b7a81f952c
commit
3cb299a1d5
2 changed files with 1 additions and 2 deletions
|
@ -53,6 +53,6 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
version = "0.9.9.7.3"
|
version = "0.9.9.7.4"
|
||||||
|
|
||||||
from anki.deck import DeckStorage
|
from anki.deck import DeckStorage
|
||||||
|
|
|
@ -73,7 +73,6 @@ if sys.platform.startswith("darwin"):
|
||||||
dir = os.path.dirname(os.path.abspath(__file__))
|
dir = os.path.dirname(os.path.abspath(__file__))
|
||||||
dir = os.path.abspath(dir + "/../../../..")
|
dir = os.path.abspath(dir + "/../../../..")
|
||||||
os.environ['PATH'] += ":" + dir + "/audio"
|
os.environ['PATH'] += ":" + dir + "/audio"
|
||||||
sys.stderr.write(os.environ['PATH'] + "\n")
|
|
||||||
|
|
||||||
def retryWait(proc):
|
def retryWait(proc):
|
||||||
# osx throws interrupted system call errors frequently
|
# osx throws interrupted system call errors frequently
|
||||||
|
|
Loading…
Reference in a new issue