8 lines
157 B
Python
8 lines
157 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
from __future__ import unicode_literals
|
||
|
from .base import * # noqa
|
||
|
|
||
|
# don't use an unicode string
|
||
|
localeID = 'en_US'
|
||
|
uses24 = False
|