We were using translitcodec and I didn't understand how it worked ;)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 28 Jan 2012 17:31:26 +0000 (11:31 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 28 Jan 2012 17:31:26 +0000 (11:31 -0600)
My bad!

mediagoblin/tools/url.py
setup.py

index e2caed393386af2320f92d3cb70f5c908f26e813..78b5dd63b2262da4ef8f04a55aa4f1d88fd1b756 100644 (file)
@@ -15,6 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 import re
+import translitcodec
 
 
 _punct_re = re.compile(r'[\t !"#$%&\'()*\-/<=>?@\[\\\]^_`{|},.]+')
index 4761f2b55d2f5499af279e574cb4c67175cf9536..ca7d4ae2ce5f58a01128a9365b0c15bc6652d15c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -57,6 +57,7 @@ setup(
         'sphinx',
         'PIL',
         'Babel',
+        'translitcodec',
         'argparse',
         'webtest',
         'ConfigObj',