Skip to content

Commit

Permalink
rename kanjicolorizer > hanzicolorizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Connum committed Jun 18, 2018
1 parent 84827c0 commit 86d937d
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 681 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "kanjicolorizer/data/hanzivg"]
path = kanjicolorizer/data/hanzivg
[submodule "hanjicolorizer/data/hanzivg"]
path = hanjicolorizer/data/hanzivg
url = https://github.com/Connum/hanzivg
2 changes: 1 addition & 1 deletion anki/hanzi_colorizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
from aqt import mw
from aqt.utils import showInfo, askUser
from aqt.qt import *
from kanjicolorizer.colorizer import (KanjiVG, KanjiColorizer,
from hanzicolorizer.colorizer import (KanjiVG, KanjiColorizer,
InvalidCharacterError)
import string

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 86d937d

Please sign in to comment.