Don't use the regex module

This commit is contained in:
Tom Payne
2014-03-11 21:41:36 +01:00
parent 7f46a293d2
commit fa1fae732f
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import gzip
import json
import os
import glob
import regex as re
import re
import shutil
import sys