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/4420/head
Sterfield 2015-01-03 22:24:27 +01:00 committed by Matt Clay
parent a674cb06e7
commit 02587fba94
1 changed files with 1 additions and 0 deletions

View File

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