From 2cb385ab85257562547759c1d192993c258ebdff Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Wed, 21 Sep 2016 22:03:34 +0200 Subject: [PATCH] Add coding for python 2.7 compatibility --- wger/utils/tests/test_capitalizer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wger/utils/tests/test_capitalizer.py b/wger/utils/tests/test_capitalizer.py index 4a3d958a6..d04dfd3c2 100644 --- a/wger/utils/tests/test_capitalizer.py +++ b/wger/utils/tests/test_capitalizer.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 *-* + # This file is part of wger Workout Manager. # # wger Workout Manager is free software: you can redistribute it and/or modify