diff options
| author | Val Neekman <val@neekware.com> | 2014-01-09 14:16:43 -0800 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2014-01-09 14:16:43 -0800 |
| commit | a873f8e165ff257c616278581d49809bd0655406 (patch) | |
| tree | b8613f58c1e0d405e959c4d6775b5e457fc87591 /slugify | |
| parent | eb282c6c8c0c3aaece9f8990537231e3f0a456f9 (diff) | |
| download | python-slugify-a873f8e165ff257c616278581d49809bd0655406.tar.gz | |
cleanups and upversion
Diffstat (limited to 'slugify')
| -rw-r--r-- | slugify/__init__.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/slugify/__init__.py b/slugify/__init__.py index 0d438a3..eeba75a 100644 --- a/slugify/__init__.py +++ b/slugify/__init__.py @@ -104,7 +104,3 @@ def slugify(text, entities=True, decimal=True, hexadecimal=True, max_length=0, w text = text.replace('-', separator) return text - - - - |
