Unused imports & whitespace
[wolnelektury.git] / apps / funding / utils.py
index ff6e9f4..c16c9d9 100644 (file)
@@ -11,8 +11,8 @@ from fnpdjango.utils.text.slughifi import char_map
 # with the notable exception of backslash.
 sane_in_payu_title = re.escape(
     string.uppercase +
-    string.lowercase + 
-    u'ąćęłńóśźżĄĆĘŁŃÓŚŹŻ' + 
+    string.lowercase +
+    u'ąćęłńóśźżĄĆĘŁŃÓŚŹŻ' +
     string.digits +
     ' ' +
     "".join(set(string.punctuation) - set('\\'))