mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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