summaryrefslogtreecommitdiff
path: root/slugify
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2014-01-09 14:16:43 -0800
committerVal Neekman <val@neekware.com>2014-01-09 14:16:43 -0800
commita873f8e165ff257c616278581d49809bd0655406 (patch)
treeb8613f58c1e0d405e959c4d6775b5e457fc87591 /slugify
parenteb282c6c8c0c3aaece9f8990537231e3f0a456f9 (diff)
downloadpython-slugify-a873f8e165ff257c616278581d49809bd0655406.tar.gz
cleanups and upversion
Diffstat (limited to 'slugify')
-rw-r--r--slugify/__init__.py4
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
-
-
-
-