Missing import re

I don't even know how it magically worked, but the fact is the code was
correct, and ran OK without the import re.
reviewable/pr18780/r1
Sterfield 10 years ago
parent c9656ff3b4
commit 48ecbd037e

@ -4,6 +4,7 @@
import os import os
import os.path import os.path
from subprocess import Popen, PIPE, call from subprocess import Popen, PIPE, call
import re
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---

Loading…
Cancel
Save