Anki/anki
Joel Kitching 975ca90225 don't rely on cwd in media.py
media.py sets CWD to the media directory of the collection
(collection.media), and relies on that directory being
maintained as CWD throughout execution.  The original CWD
is restored in the close() function.

Remove reliance on CWD being set and maintained throughout
execution of media.py.  Improves portability and usability
in different codebases.
2017-03-07 15:55:40 +08:00
..
importing canonicalize to NFC form on edit/import 2017-02-19 12:49:52 +10:00
template Stop inheriting from object 2017-02-07 00:21:33 +02:00
__init__.py bump version 2017-03-05 19:49:24 +10:00
ankiweb.certs bump version again, as new cert was missing an intermediate 2014-04-12 15:54:25 +09:00
cards.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
collection.py fix error when closing collection on python 3.6 2017-02-08 19:41:44 +10:00
consts.py use a constant for the starting factor 2017-02-08 17:28:12 +10:00
db.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
decks.py Merge branch 'master' of github.com:dae/anki 2017-02-08 17:28:30 +10:00
errors.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
exporting.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
find.py Allow special characters to be escaped 2017-02-28 08:10:43 +09:30
hooks.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
js.py upgrade jquery & flot 2016-06-22 14:41:01 +10:00
lang.py add support for a few more languages 2016-06-29 16:37:29 +10:00
latex.py start port to python 3 2016-05-12 14:45:35 +10:00
media.py don't rely on cwd in media.py 2017-03-07 15:55:40 +08:00
models.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
notes.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
sched.py Merge branch 'master' of github.com:dae/anki 2017-02-08 17:28:30 +10:00
sound.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
stats.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
statsbg.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
stdmodels.py fix inconsistency in default note type names 2014-10-23 14:28:26 -05:00
storage.py fixes for sqlite on python 3.6 2017-01-13 17:00:03 +10:00
sync.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
tags.py Merge pull request #169 from luoliyan/regex-tag-removal 2017-02-22 20:51:23 +10:00
utils.py Stop inheriting from object 2017-02-07 00:21:33 +02:00