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.
pull/18777/head
Sterfield 10 years ago committed by Matt Clay
parent a674cb06e7
commit 02587fba94

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

Loading…
Cancel
Save