diff options
Diffstat (limited to 'servo/views/checkin.py')
-rw-r--r-- | servo/views/checkin.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/servo/views/checkin.py b/servo/views/checkin.py index fc1719a..dd60bd2 100644 --- a/servo/views/checkin.py +++ b/servo/views/checkin.py @@ -57,7 +57,9 @@ def find_customer(request, phone): def init_locale(request): - """Initialize locale for the check-in interface.""" + """ + Initialize locale for the check-in interface. + """ lc = settings.INSTALL_LOCALE.split('.') locale.setlocale(locale.LC_TIME, lc) locale.setlocale(locale.LC_NUMERIC, lc) |