mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
support the new CLI in py2 *and* py3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .api import pages, client, resources # NOQA
|
||||
from .config import config # NOQA
|
||||
from . import awx # NOQA
|
||||
from .ws import WSClient # NOQA
|
||||
from awxkit.api import pages, client, resources # NOQA
|
||||
from awxkit.config import config # NOQA
|
||||
from awxkit import awx # NOQA
|
||||
from awxkit.ws import WSClient # NOQA
|
||||
|
||||
Reference in New Issue
Block a user