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.
This commit is contained in:
parent
a674cb06e7
commit
02587fba94
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
import os
|
||||
import os.path
|
||||
from subprocess import Popen, PIPE, call
|
||||
import re
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue