We were using translitcodec and I didn't understand how it worked ;)

My bad!
This commit is contained in:
Christopher Allan Webber 2012-01-28 11:31:26 -06:00
parent da471f26f2
commit b4e877ae97
2 changed files with 2 additions and 0 deletions

View 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 !"#$%&\'()*\-/<=>?@\[\\\]^_`{|},.]+')

View File

@ -57,6 +57,7 @@ setup(
'sphinx',
'PIL',
'Babel',
'translitcodec',
'argparse',
'webtest',
'ConfigObj',