Skip to content

Commit

Permalink
Quick hotfix for Anki 2.1 compatibility
Browse files Browse the repository at this point in the history
2.1's Python dist no longer ships with uuid
(partially reverts 5908e13)
  • Loading branch information
glutanimate committed Dec 11, 2018
1 parent 55140b9 commit f250432
Show file tree
Hide file tree
Showing 2 changed files with 616 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/image_occlusion_enhanced/ngen.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from anki.notes import Note

from xml.dom import minidom
import uuid
from .uuid import uuid # no longer part of 2.1 dist

from .dialogs import ioAskUser
from .utils import fname2img
Expand Down
Loading

0 comments on commit f250432

Please sign in to comment.