Differences From Artifact [49f46a05ff]:
- File gc_core/py/__init__.py — part of check-in [f1726135a3] at 2018-06-24 14:49:06 on branch rg — [core] code cleaning (pylint) (user: olr, size: 56) [annotate] [blame] [check-ins using] [more...]
To Artifact [3c70db889b]:
- File gc_core/py/__init__.py — part of check-in [759321730c] at 2020-04-04 15:54:02 on branch gcerw — [core][fr][py] gc_engine.py as primary module (user: olr, size: 58) [annotate] [blame] [check-ins using]
1 2 3 4 | """ Grammar checker """ | | | 1 2 3 4 5 | """ Grammar checker """ from .${lang}.gc_engine import * |