This commit is contained in:
Julien Palard 2018-07-27 11:38:17 +02:00
parent 06be452218
commit db54d99ed6
1 changed files with 3 additions and 2 deletions

View File

@ -1,12 +1,13 @@
#!/usr/bin/env python3
import tempfile
import re
import subprocess
import sys
import tempfile
from pathlib import Path
import polib
import re
def strip_rst(line):