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 /setup.py | |
parent | 3e907d5516d50fc4a75e7ccb4e687db924ec9ff6 (diff) | |
download | mediagoblin-da471f26f201e2e9912f6a51e05a299a8b139199.tar.lz mediagoblin-da471f26f201e2e9912f6a51e05a299a8b139199.tar.xz mediagoblin-da471f26f201e2e9912f6a51e05a299a8b139199.zip |
We aren't using translitcodec anymore. Kill it!
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -57,7 +57,6 @@ setup( 'sphinx', 'PIL', 'Babel', - 'translitcodec', 'argparse', 'webtest', 'ConfigObj', |