py/gadict_srs_anki.py
changeset 736 e7f0c03887e1
parent 713 c6cb8d720b51
child 739 4c70daa48492
--- a/py/gadict_srs_anki.py	Sat Jan 07 23:10:38 2017 +0200
+++ b/py/gadict_srs_anki.py	Sat Jan 07 23:21:35 2017 +0200
@@ -58,7 +58,7 @@
             fname = m.group(3)
             with io.open(fname, mode='r', buffering=1, encoding="utf-8") as stream:
                 if mode == "var":
-                    parser = gadict_freq.HeadVarParser(stream)
+                    parser = gadict_freq.WordformParser(stream)
                 elif mode == "freq":
                     parser = gadict_freq.FreqlistParser(stream)
                 else: