We aren't using translitcodec anymore. Kill it!

This commit is contained in:
Christopher Allan Webber 2012-01-28 11:13:03 -06:00
parent 3e907d5516
commit da471f26f2
2 changed files with 0 additions and 2 deletions

View File

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

View File

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