aboutsummaryrefslogtreecommitdiffstats
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
parent3e907d5516d50fc4a75e7ccb4e687db924ec9ff6 (diff)
downloadmediagoblin-da471f26f201e2e9912f6a51e05a299a8b139199.tar.lz
mediagoblin-da471f26f201e2e9912f6a51e05a299a8b139199.tar.xz
mediagoblin-da471f26f201e2e9912f6a51e05a299a8b139199.zip
We aren't using translitcodec anymore. Kill it!
-rw-r--r--mediagoblin/tools/url.py1
-rw-r--r--setup.py1
2 files changed, 0 insertions, 2 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 !"#$%&\'()*\-/<=>?@\[\\\]^_`{|},.]+')
diff --git a/setup.py b/setup.py
index ca7d4ae2..4761f2b5 100644
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,6 @@ setup(
'sphinx',
'PIL',
'Babel',
- 'translitcodec',
'argparse',
'webtest',
'ConfigObj',