mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
Fix import path for anki_helpers and update stats.py
This commit is contained in:
parent
e421d4727c
commit
2330242efc
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..
|
|||
anki_helpers_path = os.path.join(project_root, "anki")
|
||||
sys.path.insert(0, anki_helpers_path)
|
||||
|
||||
from anki_helpers.activity import analyze_activity
|
||||
from anki.anki_helpers.activity import analyze_activity
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue