Merge pull request #420 from omartrinidad/master

Deleted repeated line
This commit is contained in:
mdipierro
2014-04-08 22:49:39 -05:00
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -15,7 +15,6 @@ regex_dd=re.compile('\$\$(?P<latex>.*?)\$\$')
regex_code = re.compile('('+META+')|(``(?P<t>.*?)``(:(?P<c>\w+))?)',re.S)
regex_title = re.compile('^#{1} (?P<t>[^\n]+)',re.M)
regex_maps = [
(re.compile('[ \t\r]+\n'),'\n'),
(re.compile('[ \t\r]+\n'),'\n'),
(re.compile('\*\*(?P<t>[^\s\*]+( +[^\s\*]+)*)\*\*'),'{\\\\bf \g<t>}'),
(re.compile("''(?P<t>[^\s']+( +[^\s']+)*)''"),'{\\it \g<t>}'),
+1 -1
View File
@@ -1,6 +1,6 @@
"""
Created by Massimo Di Pierro
Licese BSD
License BSD
"""
import subprocess