mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 06:29:25 -02:30
Fixed import error
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
from .plugin import CredentialPlugin
|
from .plugin import CredentialPlugin
|
||||||
from django.utils.translation import ugettext_lazy as _
|
from django.utils.translation import ugettext_lazy as _
|
||||||
|
|
||||||
from thycotic.secrets.server import SecretServerV1 as SecretServer, PasswordGrantAuthorizer
|
from thycotic.secrets.server import SecretServer, PasswordGrantAuthorizer
|
||||||
|
|
||||||
tss_inputs = {
|
tss_inputs = {
|
||||||
'fields': [
|
'fields': [
|
||||||
|
|||||||
Reference in New Issue
Block a user