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
c9656ff3b4
commit
48ecbd037e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue