diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-01-28 11:13:03 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-01-28 11:13:03 -0600 |
commit | da471f26f201e2e9912f6a51e05a299a8b139199 (patch) | |
tree | bb5e382eb07d54868a716daddda5509aba185d88 | |
parent | 3e907d5516d50fc4a75e7ccb4e687db924ec9ff6 (diff) | |
download | mediagoblin-da471f26f201e2e9912f6a51e05a299a8b139199.tar.lz mediagoblin-da471f26f201e2e9912f6a51e05a299a8b139199.tar.xz mediagoblin-da471f26f201e2e9912f6a51e05a299a8b139199.zip |
We aren't using translitcodec anymore. Kill it!
-rw-r--r-- | mediagoblin/tools/url.py | 1 | ||||
-rw-r--r-- | setup.py | 1 |
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 !"#$%&\'()*\-/<=>?@\[\\\]^_`{|},.]+') @@ -57,7 +57,6 @@ setup( 'sphinx', 'PIL', 'Babel', - 'translitcodec', 'argparse', 'webtest', 'ConfigObj', |