Tim Buschmann 2018-02-24 22:31:11 +01:00 committed by GitHub
parent 4fa1048430
commit a5660940a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
aur.py
View File

@ -2,7 +2,8 @@
from ansible.module_utils.basic import *
import json
import urllib.request
from ansible.module_utils import six
from six.moves import urllib
import tarfile
import os
import os.path