mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 20:20:06 -03:30
related #4274 - moved function 'create_temporary_fifo' to 'awx/main/utils/common.py' and referenced it in other plugins (fixed errors)
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
from .plugin import CredentialPlugin
|
||||
|
||||
import os
|
||||
import stat
|
||||
import tempfile
|
||||
import threading
|
||||
from urllib.parse import quote, urlencode, urljoin
|
||||
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
Reference in New Issue
Block a user