David Snopek
David Snopek
Hrm. I'm able to reproduce this! It appears that the 'anki-bundled' directory is getting put in a different location than it used to. We're expecting it to be put inside...
Hey Folks! I haven't had time to maintain this for a long, long time. :-) If the user community got together and forked the repo, and made the new fork...
Sure! Thanks for taking initiative on this :-)
The anki code needs to be there (because it uses it like a library) but it doesn't call anything that would require X
Installing via easy_install or pip is supposed to include a copy of the anki code "just in case" it can't find Anki installed on your system (although, there were reports...
So long as this will still work with the default Python 2 installed on the most common Linux distributions, this sounds fine. PRs welcome! :-)
This doesn't change any existing code to use these classes. Is that intentional (ie. these are meant to be completely seperate)? Or is that coming as a next step? It's...
Thanks! I still think it'd be nice to have the changes to the existing code in the same PR, because it would be easier for me to review.
I've added a Travis CI configuration to the master branch. Please merge from master into your PR, and make any changes necessary to get the tests passing on Travis. Thanks!
Thanks! The tests are failing because the 'sqldiff' command is unavailable, but the tests that don't depend on that appear to be working