X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=convertdump.py;h=0f59e8282d6dc9e2e9fa481a1312201b6468c2bf;hb=HEAD;hp=4eb143d67b6fd0313b5e95ad0e2e045b64a2b2ed;hpb=138ca60b401b1581fb3017359f310f8e773c1cb0;p=oss%2Fljdump.git diff --git a/convertdump.py b/convertdump.py index 4eb143d..0f59e82 100755 --- a/convertdump.py +++ b/convertdump.py @@ -190,14 +190,6 @@ embedRE = re.compile('', re.IGNORECASE) def replaceLJTags(entry): rv = entry - userRE = re.compile('', re.IGNORECASE) - commRE = re.compile('', re.IGNORECASE) - namedCutRE = re.compile('', - re.IGNORECASE|re.DOTALL) - cutRE = re.compile('', re.IGNORECASE) - cutRE = re.compile('', re.IGNORECASE) - embedRE = re.compile('', re.IGNORECASE) - # replace lj user tags rv = re.sub(userRE, '\\1', rv)