mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
Merge pull request #866 from guillem-palau-salva/master
Update consts.py
This commit is contained in:
commit
a1498e9e81
2 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,7 @@ Cecini <github.com/cecini>
|
||||||
Krish Shah <github.com/k12ish>
|
Krish Shah <github.com/k12ish>
|
||||||
ianki <iankigit@gmail.com>
|
ianki <iankigit@gmail.com>
|
||||||
rye761 <ryebread761@gmail.com>
|
rye761 <ryebread761@gmail.com>
|
||||||
|
Guillem Palau Salvà <guillempalausalva@gmail.com>
|
||||||
********************
|
********************
|
||||||
|
|
||||||
The text of the 3 clause BSD license follows:
|
The text of the 3 clause BSD license follows:
|
||||||
|
|
|
@ -86,6 +86,7 @@ REVLOG_LRN = 0
|
||||||
REVLOG_REV = 1
|
REVLOG_REV = 1
|
||||||
REVLOG_RELRN = 2
|
REVLOG_RELRN = 2
|
||||||
REVLOG_CRAM = 3
|
REVLOG_CRAM = 3
|
||||||
|
REVLOG_RESCHED = 4
|
||||||
|
|
||||||
# Labels
|
# Labels
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue