aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-01-28 11:13:03 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-01-28 11:13:03 -0600
commitda471f26f201e2e9912f6a51e05a299a8b139199 (patch)
treebb5e382eb07d54868a716daddda5509aba185d88 /mediagoblin
parent3e907d5516d50fc4a75e7ccb4e687db924ec9ff6 (diff)
downloadmediagoblin-da471f26f201e2e9912f6a51e05a299a8b139199.tar.lz
mediagoblin-da471f26f201e2e9912f6a51e05a299a8b139199.tar.xz
mediagoblin-da471f26f201e2e9912f6a51e05a299a8b139199.zip
We aren't using translitcodec anymore. Kill it!
Diffstat (limited to 'mediagoblin')
-rw-r--r--mediagoblin/tools/url.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/tools/url.py b/mediagoblin/tools/url.py
index 78b5dd63..e2caed39 100644
--- a/mediagoblin/tools/url.py
+++ b/mediagoblin/tools/url.py
@@ -15,7 +15,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import re
-import translitcodec
_punct_re = re.compile(r'[\t !"#$%&\'()*\-/<=>?@\[\\\]^_`{|},.]+')