diff options
| author | Val Neekman <val@neekware.com> | 2019-10-10 18:23:49 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2019-10-10 18:23:49 -0400 |
| commit | b9db1bc87e3b19c5c63ab7a00b19685b7996de5d (patch) | |
| tree | e639e0fa57bcec1ebe36e81f3ceb40cb4a9f1563 /slugify/special.py | |
| parent | 33bf07efc82c00b811df02bca8c5862f95db3294 (diff) | |
| download | python-slugify-3.0.6.tar.gz | |
fix missing encoding in file3.0.6
Diffstat (limited to 'slugify/special.py')
| -rw-r--r-- | slugify/special.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/slugify/special.py b/slugify/special.py index 767541a..d3478d5 100644 --- a/slugify/special.py +++ b/slugify/special.py @@ -1,3 +1,6 @@ +# -*- coding: utf-8 -*- + + def add_uppercase_char(char_list): """ Given a replacement char list, this adds uppercase chars to the list """ |
