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:
Sterfield 2015-01-03 22:24:27 +01:00
parent c9656ff3b4
commit 48ecbd037e

View file

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