Update parse_it.py
imported too early, the functions that use them are not yet readypull/1912/head
parent
3fc29e0e96
commit
4270fd4528
|
@ -27,8 +27,7 @@ from datetime import datetime
|
||||||
from dateutil.relativedelta import relativedelta
|
from dateutil.relativedelta import relativedelta
|
||||||
from mycroft.util.lang.parse_common import is_numeric, look_for_fractions, \
|
from mycroft.util.lang.parse_common import is_numeric, look_for_fractions, \
|
||||||
extract_numbers_generic
|
extract_numbers_generic
|
||||||
from mycroft.util.lang.format_it import NUM_STRING_IT, LONG_SCALE_IT, \
|
from mycroft.util.lang.format_it import NUM_STRING_IT, pronounce_number_it
|
||||||
SHORT_SCALE_IT, pronounce_number_it
|
|
||||||
|
|
||||||
SHORT_ORDINAL_STRING_IT = {
|
SHORT_ORDINAL_STRING_IT = {
|
||||||
1: 'primo',
|
1: 'primo',
|
||||||
|
|
Loading…
Reference in New Issue