diff options
author | adam <adam@pkgsrc.org> | 2018-10-16 13:49:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-10-16 13:49:53 +0000 |
commit | 6e271682550fc8555837441e425a73a53fb94643 (patch) | |
tree | 524d643d08af9f837610b941fbe8cba04288bff0 /net | |
parent | 3d6fa905d2896c5fbb975e161236e76507197a52 (diff) | |
download | pkgsrc-6e271682550fc8555837441e425a73a53fb94643.tar.gz |
py-softlayer: added version 5.5.3
5.5.3:
Added slcli user delete
Added slcli order quote to let users create a quote from the slcli.
Fixed vs upgrades when using flavors.
Added pagination to ticket list commands
Fixed DNS manager to be more flexible and support more zone types.
Pinned Click library version at >=5 < 7
5.5.2:
Fixed hardware credentials.
support for ticket priorities
create dedicated host with gpu fixed.
5.5.1:
added paginations to several slcli methods, making them work better with large result sets.
Fixed an issue displaying VLANs.
Fixed an issue displaying some NAS passwords
Ability to delete users
5.5.0:
Added a warning when ordering legacy storage volumes
Added documentation link to volume-order
Increased slcli output width limit to 999 characters
More unit tests
Fixed an issue canceling some block storage volumes
Fixed slcli order to work with network gateways
Fixed an issue showing hardware credentials when they do not exist
Fixed an issue showing addressSpace when listing virtual servers
Updated ordering class to support baremetal servers with multiple GPU
Updated prompt-toolkit as a fix for slcli shell
Fixed slcli vlan detail to not fail when objects don't have a hostname
Added user management
Diffstat (limited to 'net')
-rw-r--r-- | net/py-softlayer/ALTERNATIVES | 4 | ||||
-rw-r--r-- | net/py-softlayer/Makefile | 19 | ||||
-rw-r--r-- | net/py-softlayer/PLIST | 1275 | ||||
-rw-r--r-- | net/py-softlayer/distinfo | 12 | ||||
-rw-r--r-- | net/py-softlayer/patches/patch-setup.py | 32 |
5 files changed, 688 insertions, 654 deletions
diff --git a/net/py-softlayer/ALTERNATIVES b/net/py-softlayer/ALTERNATIVES index 9af9dbfaef4..25dd0b6d800 100644 --- a/net/py-softlayer/ALTERNATIVES +++ b/net/py-softlayer/ALTERNATIVES @@ -1,2 +1,2 @@ -bin/sl @PREFIX@/bin/sl@PYVERSSUFFIX@ -bin/slcli @PREFIX@/bin/slcli@PYVERSSUFFIX@ +bin/sl @PREFIX@/bin/sl-@PYVERSSUFFIX@ +bin/slcli @PREFIX@/bin/slcli-@PYVERSSUFFIX@ diff --git a/net/py-softlayer/Makefile b/net/py-softlayer/Makefile index c82a29d03f0..5e528744f4a 100644 --- a/net/py-softlayer/Makefile +++ b/net/py-softlayer/Makefile @@ -1,24 +1,29 @@ -# $NetBSD: Makefile,v 1.6 2018/01/23 08:58:01 fhajny Exp $ +# $NetBSD: Makefile,v 1.7 2018/10/16 13:49:53 adam Exp $ -DISTNAME= SoftLayer-5.4.0 +DISTNAME= SoftLayer-5.5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/} -CATEGORIES= net +CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=S/SoftLayer/} MAINTAINER= imil@NetBSD.org -HOMEPAGE= https://github.com/softlayer/softlayer-python/ +HOMEPAGE= https://github.com/softlayer/softlayer-python COMMENT= SoftLayer API bindings for Python LICENSE= mit -USE_LANGUAGES= # none - DEPENDS+= ${PYPKGPREFIX}-click>=5:../../devel/py-click -DEPENDS+= ${PYPKGPREFIX}-prettytable>=0.7.2:../../textproc/py-prettytable DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=0.53:../../devel/py-prompt_toolkit +DEPENDS+= ${PYPKGPREFIX}-ptable>=0.9.2:../../textproc/py-ptable DEPENDS+= ${PYPKGPREFIX}-pygments>=2.0.0:../../textproc/py-pygments DEPENDS+= ${PYPKGPREFIX}-requests>=2.18.4:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-six>=1.7.0:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.22:../../www/py-urllib3 +USE_LANGUAGES= # none + +post-install: + cd ${DESTDIR}${PREFIX}/bin && \ + ${MV} sl sl-${PYVERSSUFFIX} && \ + ${MV} slcli slcli-${PYVERSSUFFIX} || ${TRUE} + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-softlayer/PLIST b/net/py-softlayer/PLIST index 2684045b7b6..3eb36bf6b2c 100644 --- a/net/py-softlayer/PLIST +++ b/net/py-softlayer/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2018/01/23 08:58:01 fhajny Exp $ -bin/sl${PYVERSSUFFIX} -bin/slcli${PYVERSSUFFIX} +@comment $NetBSD: PLIST,v 1.3 2018/10/16 13:49:53 adam Exp $ +bin/sl-${PYVERSSUFFIX} +bin/slcli-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -9,983 +9,1022 @@ ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/SoftLayer/API.py +${PYSITELIB}/SoftLayer/API.pyc +${PYSITELIB}/SoftLayer/API.pyo ${PYSITELIB}/SoftLayer/CLI/__init__.py -${PYSITELIB}/SoftLayer/CLI/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/call_api.pyo -${PYSITELIB}/SoftLayer/CLI/call_api.pyc -${PYSITELIB}/SoftLayer/CLI/columns.pyo -${PYSITELIB}/SoftLayer/CLI/columns.pyc -${PYSITELIB}/SoftLayer/CLI/core.pyo -${PYSITELIB}/SoftLayer/CLI/core.pyc -${PYSITELIB}/SoftLayer/CLI/custom_types.pyo -${PYSITELIB}/SoftLayer/CLI/custom_types.pyc -${PYSITELIB}/SoftLayer/CLI/deprecated.pyo -${PYSITELIB}/SoftLayer/CLI/deprecated.pyc -${PYSITELIB}/SoftLayer/CLI/environment.pyo -${PYSITELIB}/SoftLayer/CLI/environment.pyc -${PYSITELIB}/SoftLayer/CLI/exceptions.pyo -${PYSITELIB}/SoftLayer/CLI/exceptions.pyc -${PYSITELIB}/SoftLayer/CLI/formatting.pyo -${PYSITELIB}/SoftLayer/CLI/formatting.pyc -${PYSITELIB}/SoftLayer/CLI/helpers.pyo -${PYSITELIB}/SoftLayer/CLI/helpers.pyc -${PYSITELIB}/SoftLayer/CLI/metadata.pyo -${PYSITELIB}/SoftLayer/CLI/metadata.pyc -${PYSITELIB}/SoftLayer/CLI/routes.pyo -${PYSITELIB}/SoftLayer/CLI/routes.pyc -${PYSITELIB}/SoftLayer/CLI/storage_utils.pyo -${PYSITELIB}/SoftLayer/CLI/storage_utils.pyc -${PYSITELIB}/SoftLayer/CLI/summary.pyo -${PYSITELIB}/SoftLayer/CLI/summary.pyc -${PYSITELIB}/SoftLayer/CLI/template.pyo -${PYSITELIB}/SoftLayer/CLI/template.pyc +${PYSITELIB}/SoftLayer/CLI/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/block/__init__.py -${PYSITELIB}/SoftLayer/CLI/block/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/block/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/block/cancel.pyo -${PYSITELIB}/SoftLayer/CLI/block/cancel.pyc -${PYSITELIB}/SoftLayer/CLI/block/count.pyo -${PYSITELIB}/SoftLayer/CLI/block/count.pyc -${PYSITELIB}/SoftLayer/CLI/block/detail.pyo -${PYSITELIB}/SoftLayer/CLI/block/detail.pyc -${PYSITELIB}/SoftLayer/CLI/block/duplicate.pyo -${PYSITELIB}/SoftLayer/CLI/block/duplicate.pyc -${PYSITELIB}/SoftLayer/CLI/block/list.pyo -${PYSITELIB}/SoftLayer/CLI/block/list.pyc -${PYSITELIB}/SoftLayer/CLI/block/lun.pyo -${PYSITELIB}/SoftLayer/CLI/block/lun.pyc -${PYSITELIB}/SoftLayer/CLI/block/modify.pyo -${PYSITELIB}/SoftLayer/CLI/block/modify.pyc -${PYSITELIB}/SoftLayer/CLI/block/order.pyo -${PYSITELIB}/SoftLayer/CLI/block/order.pyc +${PYSITELIB}/SoftLayer/CLI/block/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/block/access/__init__.py -${PYSITELIB}/SoftLayer/CLI/block/access/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/block/access/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/block/access/authorize.pyo -${PYSITELIB}/SoftLayer/CLI/block/access/authorize.pyc -${PYSITELIB}/SoftLayer/CLI/block/access/list.pyo -${PYSITELIB}/SoftLayer/CLI/block/access/list.pyc -${PYSITELIB}/SoftLayer/CLI/block/access/password.pyo -${PYSITELIB}/SoftLayer/CLI/block/access/password.pyc -${PYSITELIB}/SoftLayer/CLI/block/access/revoke.pyo -${PYSITELIB}/SoftLayer/CLI/block/access/revoke.pyc +${PYSITELIB}/SoftLayer/CLI/block/access/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/block/access/authorize.py +${PYSITELIB}/SoftLayer/CLI/block/access/authorize.pyc +${PYSITELIB}/SoftLayer/CLI/block/access/authorize.pyo ${PYSITELIB}/SoftLayer/CLI/block/access/list.py +${PYSITELIB}/SoftLayer/CLI/block/access/list.pyc +${PYSITELIB}/SoftLayer/CLI/block/access/list.pyo ${PYSITELIB}/SoftLayer/CLI/block/access/password.py +${PYSITELIB}/SoftLayer/CLI/block/access/password.pyc +${PYSITELIB}/SoftLayer/CLI/block/access/password.pyo ${PYSITELIB}/SoftLayer/CLI/block/access/revoke.py +${PYSITELIB}/SoftLayer/CLI/block/access/revoke.pyc +${PYSITELIB}/SoftLayer/CLI/block/access/revoke.pyo ${PYSITELIB}/SoftLayer/CLI/block/cancel.py +${PYSITELIB}/SoftLayer/CLI/block/cancel.pyc +${PYSITELIB}/SoftLayer/CLI/block/cancel.pyo ${PYSITELIB}/SoftLayer/CLI/block/count.py +${PYSITELIB}/SoftLayer/CLI/block/count.pyc +${PYSITELIB}/SoftLayer/CLI/block/count.pyo ${PYSITELIB}/SoftLayer/CLI/block/detail.py +${PYSITELIB}/SoftLayer/CLI/block/detail.pyc +${PYSITELIB}/SoftLayer/CLI/block/detail.pyo ${PYSITELIB}/SoftLayer/CLI/block/duplicate.py +${PYSITELIB}/SoftLayer/CLI/block/duplicate.pyc +${PYSITELIB}/SoftLayer/CLI/block/duplicate.pyo ${PYSITELIB}/SoftLayer/CLI/block/list.py +${PYSITELIB}/SoftLayer/CLI/block/list.pyc +${PYSITELIB}/SoftLayer/CLI/block/list.pyo ${PYSITELIB}/SoftLayer/CLI/block/lun.py +${PYSITELIB}/SoftLayer/CLI/block/lun.pyc +${PYSITELIB}/SoftLayer/CLI/block/lun.pyo ${PYSITELIB}/SoftLayer/CLI/block/modify.py +${PYSITELIB}/SoftLayer/CLI/block/modify.pyc +${PYSITELIB}/SoftLayer/CLI/block/modify.pyo ${PYSITELIB}/SoftLayer/CLI/block/order.py +${PYSITELIB}/SoftLayer/CLI/block/order.pyc +${PYSITELIB}/SoftLayer/CLI/block/order.pyo ${PYSITELIB}/SoftLayer/CLI/block/replication/__init__.py -${PYSITELIB}/SoftLayer/CLI/block/replication/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/block/replication/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/block/replication/failback.pyo -${PYSITELIB}/SoftLayer/CLI/block/replication/failback.pyc -${PYSITELIB}/SoftLayer/CLI/block/replication/failover.pyo -${PYSITELIB}/SoftLayer/CLI/block/replication/failover.pyc -${PYSITELIB}/SoftLayer/CLI/block/replication/locations.pyo -${PYSITELIB}/SoftLayer/CLI/block/replication/locations.pyc -${PYSITELIB}/SoftLayer/CLI/block/replication/order.pyo -${PYSITELIB}/SoftLayer/CLI/block/replication/order.pyc -${PYSITELIB}/SoftLayer/CLI/block/replication/partners.pyo -${PYSITELIB}/SoftLayer/CLI/block/replication/partners.pyc +${PYSITELIB}/SoftLayer/CLI/block/replication/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/block/replication/failback.py +${PYSITELIB}/SoftLayer/CLI/block/replication/failback.pyc +${PYSITELIB}/SoftLayer/CLI/block/replication/failback.pyo ${PYSITELIB}/SoftLayer/CLI/block/replication/failover.py +${PYSITELIB}/SoftLayer/CLI/block/replication/failover.pyc +${PYSITELIB}/SoftLayer/CLI/block/replication/failover.pyo ${PYSITELIB}/SoftLayer/CLI/block/replication/locations.py +${PYSITELIB}/SoftLayer/CLI/block/replication/locations.pyc +${PYSITELIB}/SoftLayer/CLI/block/replication/locations.pyo ${PYSITELIB}/SoftLayer/CLI/block/replication/order.py +${PYSITELIB}/SoftLayer/CLI/block/replication/order.pyc +${PYSITELIB}/SoftLayer/CLI/block/replication/order.pyo ${PYSITELIB}/SoftLayer/CLI/block/replication/partners.py +${PYSITELIB}/SoftLayer/CLI/block/replication/partners.pyc +${PYSITELIB}/SoftLayer/CLI/block/replication/partners.pyo ${PYSITELIB}/SoftLayer/CLI/block/snapshot/__init__.py -${PYSITELIB}/SoftLayer/CLI/block/snapshot/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/block/snapshot/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/block/snapshot/cancel.pyo -${PYSITELIB}/SoftLayer/CLI/block/snapshot/cancel.pyc -${PYSITELIB}/SoftLayer/CLI/block/snapshot/create.pyo -${PYSITELIB}/SoftLayer/CLI/block/snapshot/create.pyc -${PYSITELIB}/SoftLayer/CLI/block/snapshot/delete.pyo -${PYSITELIB}/SoftLayer/CLI/block/snapshot/delete.pyc -${PYSITELIB}/SoftLayer/CLI/block/snapshot/disable.pyo -${PYSITELIB}/SoftLayer/CLI/block/snapshot/disable.pyc -${PYSITELIB}/SoftLayer/CLI/block/snapshot/enable.pyo -${PYSITELIB}/SoftLayer/CLI/block/snapshot/enable.pyc -${PYSITELIB}/SoftLayer/CLI/block/snapshot/list.pyo -${PYSITELIB}/SoftLayer/CLI/block/snapshot/list.pyc -${PYSITELIB}/SoftLayer/CLI/block/snapshot/order.pyo -${PYSITELIB}/SoftLayer/CLI/block/snapshot/order.pyc -${PYSITELIB}/SoftLayer/CLI/block/snapshot/restore.pyo -${PYSITELIB}/SoftLayer/CLI/block/snapshot/restore.pyc -${PYSITELIB}/SoftLayer/CLI/block/snapshot/schedule_list.pyo -${PYSITELIB}/SoftLayer/CLI/block/snapshot/schedule_list.pyc +${PYSITELIB}/SoftLayer/CLI/block/snapshot/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/block/snapshot/cancel.py +${PYSITELIB}/SoftLayer/CLI/block/snapshot/cancel.pyc +${PYSITELIB}/SoftLayer/CLI/block/snapshot/cancel.pyo ${PYSITELIB}/SoftLayer/CLI/block/snapshot/create.py +${PYSITELIB}/SoftLayer/CLI/block/snapshot/create.pyc +${PYSITELIB}/SoftLayer/CLI/block/snapshot/create.pyo ${PYSITELIB}/SoftLayer/CLI/block/snapshot/delete.py +${PYSITELIB}/SoftLayer/CLI/block/snapshot/delete.pyc +${PYSITELIB}/SoftLayer/CLI/block/snapshot/delete.pyo ${PYSITELIB}/SoftLayer/CLI/block/snapshot/disable.py +${PYSITELIB}/SoftLayer/CLI/block/snapshot/disable.pyc +${PYSITELIB}/SoftLayer/CLI/block/snapshot/disable.pyo ${PYSITELIB}/SoftLayer/CLI/block/snapshot/enable.py +${PYSITELIB}/SoftLayer/CLI/block/snapshot/enable.pyc +${PYSITELIB}/SoftLayer/CLI/block/snapshot/enable.pyo ${PYSITELIB}/SoftLayer/CLI/block/snapshot/list.py +${PYSITELIB}/SoftLayer/CLI/block/snapshot/list.pyc +${PYSITELIB}/SoftLayer/CLI/block/snapshot/list.pyo ${PYSITELIB}/SoftLayer/CLI/block/snapshot/order.py +${PYSITELIB}/SoftLayer/CLI/block/snapshot/order.pyc +${PYSITELIB}/SoftLayer/CLI/block/snapshot/order.pyo ${PYSITELIB}/SoftLayer/CLI/block/snapshot/restore.py +${PYSITELIB}/SoftLayer/CLI/block/snapshot/restore.pyc +${PYSITELIB}/SoftLayer/CLI/block/snapshot/restore.pyo ${PYSITELIB}/SoftLayer/CLI/block/snapshot/schedule_list.py +${PYSITELIB}/SoftLayer/CLI/block/snapshot/schedule_list.pyc +${PYSITELIB}/SoftLayer/CLI/block/snapshot/schedule_list.pyo ${PYSITELIB}/SoftLayer/CLI/call_api.py +${PYSITELIB}/SoftLayer/CLI/call_api.pyc +${PYSITELIB}/SoftLayer/CLI/call_api.pyo ${PYSITELIB}/SoftLayer/CLI/cdn/__init__.py -${PYSITELIB}/SoftLayer/CLI/cdn/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/cdn/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/cdn/detail.pyo -${PYSITELIB}/SoftLayer/CLI/cdn/detail.pyc -${PYSITELIB}/SoftLayer/CLI/cdn/list.pyo -${PYSITELIB}/SoftLayer/CLI/cdn/list.pyc -${PYSITELIB}/SoftLayer/CLI/cdn/load.pyo -${PYSITELIB}/SoftLayer/CLI/cdn/load.pyc -${PYSITELIB}/SoftLayer/CLI/cdn/origin_add.pyo -${PYSITELIB}/SoftLayer/CLI/cdn/origin_add.pyc -${PYSITELIB}/SoftLayer/CLI/cdn/origin_list.pyo -${PYSITELIB}/SoftLayer/CLI/cdn/origin_list.pyc -${PYSITELIB}/SoftLayer/CLI/cdn/origin_remove.pyo -${PYSITELIB}/SoftLayer/CLI/cdn/origin_remove.pyc -${PYSITELIB}/SoftLayer/CLI/cdn/purge.pyo -${PYSITELIB}/SoftLayer/CLI/cdn/purge.pyc +${PYSITELIB}/SoftLayer/CLI/cdn/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/cdn/detail.py +${PYSITELIB}/SoftLayer/CLI/cdn/detail.pyc +${PYSITELIB}/SoftLayer/CLI/cdn/detail.pyo ${PYSITELIB}/SoftLayer/CLI/cdn/list.py +${PYSITELIB}/SoftLayer/CLI/cdn/list.pyc +${PYSITELIB}/SoftLayer/CLI/cdn/list.pyo ${PYSITELIB}/SoftLayer/CLI/cdn/load.py +${PYSITELIB}/SoftLayer/CLI/cdn/load.pyc +${PYSITELIB}/SoftLayer/CLI/cdn/load.pyo ${PYSITELIB}/SoftLayer/CLI/cdn/origin_add.py +${PYSITELIB}/SoftLayer/CLI/cdn/origin_add.pyc +${PYSITELIB}/SoftLayer/CLI/cdn/origin_add.pyo ${PYSITELIB}/SoftLayer/CLI/cdn/origin_list.py +${PYSITELIB}/SoftLayer/CLI/cdn/origin_list.pyc +${PYSITELIB}/SoftLayer/CLI/cdn/origin_list.pyo ${PYSITELIB}/SoftLayer/CLI/cdn/origin_remove.py +${PYSITELIB}/SoftLayer/CLI/cdn/origin_remove.pyc +${PYSITELIB}/SoftLayer/CLI/cdn/origin_remove.pyo ${PYSITELIB}/SoftLayer/CLI/cdn/purge.py +${PYSITELIB}/SoftLayer/CLI/cdn/purge.pyc +${PYSITELIB}/SoftLayer/CLI/cdn/purge.pyo ${PYSITELIB}/SoftLayer/CLI/columns.py +${PYSITELIB}/SoftLayer/CLI/columns.pyc +${PYSITELIB}/SoftLayer/CLI/columns.pyo ${PYSITELIB}/SoftLayer/CLI/config/__init__.py -${PYSITELIB}/SoftLayer/CLI/config/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/config/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/config/setup.pyo -${PYSITELIB}/SoftLayer/CLI/config/setup.pyc -${PYSITELIB}/SoftLayer/CLI/config/show.pyo -${PYSITELIB}/SoftLayer/CLI/config/show.pyc +${PYSITELIB}/SoftLayer/CLI/config/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/config/setup.py +${PYSITELIB}/SoftLayer/CLI/config/setup.pyc +${PYSITELIB}/SoftLayer/CLI/config/setup.pyo ${PYSITELIB}/SoftLayer/CLI/config/show.py +${PYSITELIB}/SoftLayer/CLI/config/show.pyc +${PYSITELIB}/SoftLayer/CLI/config/show.pyo ${PYSITELIB}/SoftLayer/CLI/core.py +${PYSITELIB}/SoftLayer/CLI/core.pyc +${PYSITELIB}/SoftLayer/CLI/core.pyo ${PYSITELIB}/SoftLayer/CLI/custom_types.py +${PYSITELIB}/SoftLayer/CLI/custom_types.pyc +${PYSITELIB}/SoftLayer/CLI/custom_types.pyo ${PYSITELIB}/SoftLayer/CLI/dedicatedhost/__init__.py -${PYSITELIB}/SoftLayer/CLI/dedicatedhost/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/dedicatedhost/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create.pyo -${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create.pyc -${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create_options.pyo -${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create_options.pyc -${PYSITELIB}/SoftLayer/CLI/dedicatedhost/detail.pyo -${PYSITELIB}/SoftLayer/CLI/dedicatedhost/detail.pyc -${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.pyo -${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.pyc +${PYSITELIB}/SoftLayer/CLI/dedicatedhost/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create.py +${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create.pyc +${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create.pyo ${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create_options.py +${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create_options.pyc +${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create_options.pyo ${PYSITELIB}/SoftLayer/CLI/dedicatedhost/detail.py +${PYSITELIB}/SoftLayer/CLI/dedicatedhost/detail.pyc +${PYSITELIB}/SoftLayer/CLI/dedicatedhost/detail.pyo ${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.py +${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.pyc +${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.pyo ${PYSITELIB}/SoftLayer/CLI/deprecated.py +${PYSITELIB}/SoftLayer/CLI/deprecated.pyc +${PYSITELIB}/SoftLayer/CLI/deprecated.pyo ${PYSITELIB}/SoftLayer/CLI/dns/__init__.py -${PYSITELIB}/SoftLayer/CLI/dns/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/dns/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/dns/record_add.pyo -${PYSITELIB}/SoftLayer/CLI/dns/record_add.pyc -${PYSITELIB}/SoftLayer/CLI/dns/record_edit.pyo -${PYSITELIB}/SoftLayer/CLI/dns/record_edit.pyc -${PYSITELIB}/SoftLayer/CLI/dns/record_list.pyo -${PYSITELIB}/SoftLayer/CLI/dns/record_list.pyc -${PYSITELIB}/SoftLayer/CLI/dns/record_remove.pyo -${PYSITELIB}/SoftLayer/CLI/dns/record_remove.pyc -${PYSITELIB}/SoftLayer/CLI/dns/zone_create.pyo -${PYSITELIB}/SoftLayer/CLI/dns/zone_create.pyc -${PYSITELIB}/SoftLayer/CLI/dns/zone_delete.pyo -${PYSITELIB}/SoftLayer/CLI/dns/zone_delete.pyc -${PYSITELIB}/SoftLayer/CLI/dns/zone_import.pyo -${PYSITELIB}/SoftLayer/CLI/dns/zone_import.pyc -${PYSITELIB}/SoftLayer/CLI/dns/zone_list.pyo -${PYSITELIB}/SoftLayer/CLI/dns/zone_list.pyc -${PYSITELIB}/SoftLayer/CLI/dns/zone_print.pyo -${PYSITELIB}/SoftLayer/CLI/dns/zone_print.pyc +${PYSITELIB}/SoftLayer/CLI/dns/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/dns/record_add.py +${PYSITELIB}/SoftLayer/CLI/dns/record_add.pyc +${PYSITELIB}/SoftLayer/CLI/dns/record_add.pyo ${PYSITELIB}/SoftLayer/CLI/dns/record_edit.py +${PYSITELIB}/SoftLayer/CLI/dns/record_edit.pyc +${PYSITELIB}/SoftLayer/CLI/dns/record_edit.pyo ${PYSITELIB}/SoftLayer/CLI/dns/record_list.py +${PYSITELIB}/SoftLayer/CLI/dns/record_list.pyc +${PYSITELIB}/SoftLayer/CLI/dns/record_list.pyo ${PYSITELIB}/SoftLayer/CLI/dns/record_remove.py +${PYSITELIB}/SoftLayer/CLI/dns/record_remove.pyc +${PYSITELIB}/SoftLayer/CLI/dns/record_remove.pyo ${PYSITELIB}/SoftLayer/CLI/dns/zone_create.py +${PYSITELIB}/SoftLayer/CLI/dns/zone_create.pyc +${PYSITELIB}/SoftLayer/CLI/dns/zone_create.pyo ${PYSITELIB}/SoftLayer/CLI/dns/zone_delete.py +${PYSITELIB}/SoftLayer/CLI/dns/zone_delete.pyc +${PYSITELIB}/SoftLayer/CLI/dns/zone_delete.pyo ${PYSITELIB}/SoftLayer/CLI/dns/zone_import.py +${PYSITELIB}/SoftLayer/CLI/dns/zone_import.pyc +${PYSITELIB}/SoftLayer/CLI/dns/zone_import.pyo ${PYSITELIB}/SoftLayer/CLI/dns/zone_list.py +${PYSITELIB}/SoftLayer/CLI/dns/zone_list.pyc +${PYSITELIB}/SoftLayer/CLI/dns/zone_list.pyo ${PYSITELIB}/SoftLayer/CLI/dns/zone_print.py +${PYSITELIB}/SoftLayer/CLI/dns/zone_print.pyc +${PYSITELIB}/SoftLayer/CLI/dns/zone_print.pyo ${PYSITELIB}/SoftLayer/CLI/environment.py +${PYSITELIB}/SoftLayer/CLI/environment.pyc +${PYSITELIB}/SoftLayer/CLI/environment.pyo ${PYSITELIB}/SoftLayer/CLI/exceptions.py +${PYSITELIB}/SoftLayer/CLI/exceptions.pyc +${PYSITELIB}/SoftLayer/CLI/exceptions.pyo ${PYSITELIB}/SoftLayer/CLI/file/__init__.py -${PYSITELIB}/SoftLayer/CLI/file/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/file/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/file/cancel.pyo -${PYSITELIB}/SoftLayer/CLI/file/cancel.pyc -${PYSITELIB}/SoftLayer/CLI/file/count.pyo -${PYSITELIB}/SoftLayer/CLI/file/count.pyc -${PYSITELIB}/SoftLayer/CLI/file/detail.pyo -${PYSITELIB}/SoftLayer/CLI/file/detail.pyc -${PYSITELIB}/SoftLayer/CLI/file/duplicate.pyo -${PYSITELIB}/SoftLayer/CLI/file/duplicate.pyc -${PYSITELIB}/SoftLayer/CLI/file/list.pyo -${PYSITELIB}/SoftLayer/CLI/file/list.pyc -${PYSITELIB}/SoftLayer/CLI/file/modify.pyo -${PYSITELIB}/SoftLayer/CLI/file/modify.pyc -${PYSITELIB}/SoftLayer/CLI/file/order.pyo -${PYSITELIB}/SoftLayer/CLI/file/order.pyc +${PYSITELIB}/SoftLayer/CLI/file/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/file/access/__init__.py -${PYSITELIB}/SoftLayer/CLI/file/access/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/file/access/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/file/access/authorize.pyo -${PYSITELIB}/SoftLayer/CLI/file/access/authorize.pyc -${PYSITELIB}/SoftLayer/CLI/file/access/list.pyo -${PYSITELIB}/SoftLayer/CLI/file/access/list.pyc -${PYSITELIB}/SoftLayer/CLI/file/access/revoke.pyo -${PYSITELIB}/SoftLayer/CLI/file/access/revoke.pyc +${PYSITELIB}/SoftLayer/CLI/file/access/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/file/access/authorize.py +${PYSITELIB}/SoftLayer/CLI/file/access/authorize.pyc +${PYSITELIB}/SoftLayer/CLI/file/access/authorize.pyo ${PYSITELIB}/SoftLayer/CLI/file/access/list.py +${PYSITELIB}/SoftLayer/CLI/file/access/list.pyc +${PYSITELIB}/SoftLayer/CLI/file/access/list.pyo ${PYSITELIB}/SoftLayer/CLI/file/access/revoke.py +${PYSITELIB}/SoftLayer/CLI/file/access/revoke.pyc +${PYSITELIB}/SoftLayer/CLI/file/access/revoke.pyo ${PYSITELIB}/SoftLayer/CLI/file/cancel.py +${PYSITELIB}/SoftLayer/CLI/file/cancel.pyc +${PYSITELIB}/SoftLayer/CLI/file/cancel.pyo ${PYSITELIB}/SoftLayer/CLI/file/count.py +${PYSITELIB}/SoftLayer/CLI/file/count.pyc +${PYSITELIB}/SoftLayer/CLI/file/count.pyo ${PYSITELIB}/SoftLayer/CLI/file/detail.py +${PYSITELIB}/SoftLayer/CLI/file/detail.pyc +${PYSITELIB}/SoftLayer/CLI/file/detail.pyo ${PYSITELIB}/SoftLayer/CLI/file/duplicate.py +${PYSITELIB}/SoftLayer/CLI/file/duplicate.pyc +${PYSITELIB}/SoftLayer/CLI/file/duplicate.pyo ${PYSITELIB}/SoftLayer/CLI/file/list.py +${PYSITELIB}/SoftLayer/CLI/file/list.pyc +${PYSITELIB}/SoftLayer/CLI/file/list.pyo ${PYSITELIB}/SoftLayer/CLI/file/modify.py +${PYSITELIB}/SoftLayer/CLI/file/modify.pyc +${PYSITELIB}/SoftLayer/CLI/file/modify.pyo ${PYSITELIB}/SoftLayer/CLI/file/order.py +${PYSITELIB}/SoftLayer/CLI/file/order.pyc +${PYSITELIB}/SoftLayer/CLI/file/order.pyo ${PYSITELIB}/SoftLayer/CLI/file/replication/__init__.py -${PYSITELIB}/SoftLayer/CLI/file/replication/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/file/replication/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/file/replication/failback.pyo -${PYSITELIB}/SoftLayer/CLI/file/replication/failback.pyc -${PYSITELIB}/SoftLayer/CLI/file/replication/failover.pyo -${PYSITELIB}/SoftLayer/CLI/file/replication/failover.pyc -${PYSITELIB}/SoftLayer/CLI/file/replication/locations.pyo -${PYSITELIB}/SoftLayer/CLI/file/replication/locations.pyc -${PYSITELIB}/SoftLayer/CLI/file/replication/order.pyo -${PYSITELIB}/SoftLayer/CLI/file/replication/order.pyc -${PYSITELIB}/SoftLayer/CLI/file/replication/partners.pyo -${PYSITELIB}/SoftLayer/CLI/file/replication/partners.pyc +${PYSITELIB}/SoftLayer/CLI/file/replication/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/file/replication/failback.py +${PYSITELIB}/SoftLayer/CLI/file/replication/failback.pyc +${PYSITELIB}/SoftLayer/CLI/file/replication/failback.pyo ${PYSITELIB}/SoftLayer/CLI/file/replication/failover.py +${PYSITELIB}/SoftLayer/CLI/file/replication/failover.pyc +${PYSITELIB}/SoftLayer/CLI/file/replication/failover.pyo ${PYSITELIB}/SoftLayer/CLI/file/replication/locations.py +${PYSITELIB}/SoftLayer/CLI/file/replication/locations.pyc +${PYSITELIB}/SoftLayer/CLI/file/replication/locations.pyo ${PYSITELIB}/SoftLayer/CLI/file/replication/order.py +${PYSITELIB}/SoftLayer/CLI/file/replication/order.pyc +${PYSITELIB}/SoftLayer/CLI/file/replication/order.pyo ${PYSITELIB}/SoftLayer/CLI/file/replication/partners.py +${PYSITELIB}/SoftLayer/CLI/file/replication/partners.pyc +${PYSITELIB}/SoftLayer/CLI/file/replication/partners.pyo ${PYSITELIB}/SoftLayer/CLI/file/snapshot/__init__.py -${PYSITELIB}/SoftLayer/CLI/file/snapshot/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/file/snapshot/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/file/snapshot/cancel.pyo -${PYSITELIB}/SoftLayer/CLI/file/snapshot/cancel.pyc -${PYSITELIB}/SoftLayer/CLI/file/snapshot/create.pyo -${PYSITELIB}/SoftLayer/CLI/file/snapshot/create.pyc -${PYSITELIB}/SoftLayer/CLI/file/snapshot/delete.pyo -${PYSITELIB}/SoftLayer/CLI/file/snapshot/delete.pyc -${PYSITELIB}/SoftLayer/CLI/file/snapshot/disable.pyo -${PYSITELIB}/SoftLayer/CLI/file/snapshot/disable.pyc -${PYSITELIB}/SoftLayer/CLI/file/snapshot/enable.pyo -${PYSITELIB}/SoftLayer/CLI/file/snapshot/enable.pyc -${PYSITELIB}/SoftLayer/CLI/file/snapshot/list.pyo -${PYSITELIB}/SoftLayer/CLI/file/snapshot/list.pyc -${PYSITELIB}/SoftLayer/CLI/file/snapshot/order.pyo -${PYSITELIB}/SoftLayer/CLI/file/snapshot/order.pyc -${PYSITELIB}/SoftLayer/CLI/file/snapshot/restore.pyo -${PYSITELIB}/SoftLayer/CLI/file/snapshot/restore.pyc -${PYSITELIB}/SoftLayer/CLI/file/snapshot/schedule_list.pyo -${PYSITELIB}/SoftLayer/CLI/file/snapshot/schedule_list.pyc +${PYSITELIB}/SoftLayer/CLI/file/snapshot/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/file/snapshot/cancel.py +${PYSITELIB}/SoftLayer/CLI/file/snapshot/cancel.pyc +${PYSITELIB}/SoftLayer/CLI/file/snapshot/cancel.pyo ${PYSITELIB}/SoftLayer/CLI/file/snapshot/create.py +${PYSITELIB}/SoftLayer/CLI/file/snapshot/create.pyc +${PYSITELIB}/SoftLayer/CLI/file/snapshot/create.pyo ${PYSITELIB}/SoftLayer/CLI/file/snapshot/delete.py +${PYSITELIB}/SoftLayer/CLI/file/snapshot/delete.pyc +${PYSITELIB}/SoftLayer/CLI/file/snapshot/delete.pyo ${PYSITELIB}/SoftLayer/CLI/file/snapshot/disable.py +${PYSITELIB}/SoftLayer/CLI/file/snapshot/disable.pyc +${PYSITELIB}/SoftLayer/CLI/file/snapshot/disable.pyo ${PYSITELIB}/SoftLayer/CLI/file/snapshot/enable.py +${PYSITELIB}/SoftLayer/CLI/file/snapshot/enable.pyc +${PYSITELIB}/SoftLayer/CLI/file/snapshot/enable.pyo ${PYSITELIB}/SoftLayer/CLI/file/snapshot/list.py +${PYSITELIB}/SoftLayer/CLI/file/snapshot/list.pyc +${PYSITELIB}/SoftLayer/CLI/file/snapshot/list.pyo ${PYSITELIB}/SoftLayer/CLI/file/snapshot/order.py +${PYSITELIB}/SoftLayer/CLI/file/snapshot/order.pyc +${PYSITELIB}/SoftLayer/CLI/file/snapshot/order.pyo ${PYSITELIB}/SoftLayer/CLI/file/snapshot/restore.py +${PYSITELIB}/SoftLayer/CLI/file/snapshot/restore.pyc +${PYSITELIB}/SoftLayer/CLI/file/snapshot/restore.pyo ${PYSITELIB}/SoftLayer/CLI/file/snapshot/schedule_list.py +${PYSITELIB}/SoftLayer/CLI/file/snapshot/schedule_list.pyc +${PYSITELIB}/SoftLayer/CLI/file/snapshot/schedule_list.pyo ${PYSITELIB}/SoftLayer/CLI/firewall/__init__.py -${PYSITELIB}/SoftLayer/CLI/firewall/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/firewall/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/firewall/add.pyo -${PYSITELIB}/SoftLayer/CLI/firewall/add.pyc -${PYSITELIB}/SoftLayer/CLI/firewall/cancel.pyo -${PYSITELIB}/SoftLayer/CLI/firewall/cancel.pyc -${PYSITELIB}/SoftLayer/CLI/firewall/detail.pyo -${PYSITELIB}/SoftLayer/CLI/firewall/detail.pyc -${PYSITELIB}/SoftLayer/CLI/firewall/edit.pyo -${PYSITELIB}/SoftLayer/CLI/firewall/edit.pyc -${PYSITELIB}/SoftLayer/CLI/firewall/list.pyo -${PYSITELIB}/SoftLayer/CLI/firewall/list.pyc +${PYSITELIB}/SoftLayer/CLI/firewall/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/firewall/add.py +${PYSITELIB}/SoftLayer/CLI/firewall/add.pyc +${PYSITELIB}/SoftLayer/CLI/firewall/add.pyo ${PYSITELIB}/SoftLayer/CLI/firewall/cancel.py +${PYSITELIB}/SoftLayer/CLI/firewall/cancel.pyc +${PYSITELIB}/SoftLayer/CLI/firewall/cancel.pyo ${PYSITELIB}/SoftLayer/CLI/firewall/detail.py +${PYSITELIB}/SoftLayer/CLI/firewall/detail.pyc +${PYSITELIB}/SoftLayer/CLI/firewall/detail.pyo ${PYSITELIB}/SoftLayer/CLI/firewall/edit.py +${PYSITELIB}/SoftLayer/CLI/firewall/edit.pyc +${PYSITELIB}/SoftLayer/CLI/firewall/edit.pyo ${PYSITELIB}/SoftLayer/CLI/firewall/list.py +${PYSITELIB}/SoftLayer/CLI/firewall/list.pyc +${PYSITELIB}/SoftLayer/CLI/firewall/list.pyo ${PYSITELIB}/SoftLayer/CLI/formatting.py +${PYSITELIB}/SoftLayer/CLI/formatting.pyc +${PYSITELIB}/SoftLayer/CLI/formatting.pyo ${PYSITELIB}/SoftLayer/CLI/globalip/__init__.py -${PYSITELIB}/SoftLayer/CLI/globalip/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/globalip/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/globalip/assign.pyo -${PYSITELIB}/SoftLayer/CLI/globalip/assign.pyc -${PYSITELIB}/SoftLayer/CLI/globalip/cancel.pyo -${PYSITELIB}/SoftLayer/CLI/globalip/cancel.pyc -${PYSITELIB}/SoftLayer/CLI/globalip/create.pyo -${PYSITELIB}/SoftLayer/CLI/globalip/create.pyc -${PYSITELIB}/SoftLayer/CLI/globalip/list.pyo -${PYSITELIB}/SoftLayer/CLI/globalip/list.pyc -${PYSITELIB}/SoftLayer/CLI/globalip/unassign.pyo -${PYSITELIB}/SoftLayer/CLI/globalip/unassign.pyc +${PYSITELIB}/SoftLayer/CLI/globalip/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/globalip/assign.py +${PYSITELIB}/SoftLayer/CLI/globalip/assign.pyc +${PYSITELIB}/SoftLayer/CLI/globalip/assign.pyo ${PYSITELIB}/SoftLayer/CLI/globalip/cancel.py +${PYSITELIB}/SoftLayer/CLI/globalip/cancel.pyc +${PYSITELIB}/SoftLayer/CLI/globalip/cancel.pyo ${PYSITELIB}/SoftLayer/CLI/globalip/create.py +${PYSITELIB}/SoftLayer/CLI/globalip/create.pyc +${PYSITELIB}/SoftLayer/CLI/globalip/create.pyo ${PYSITELIB}/SoftLayer/CLI/globalip/list.py +${PYSITELIB}/SoftLayer/CLI/globalip/list.pyc +${PYSITELIB}/SoftLayer/CLI/globalip/list.pyo ${PYSITELIB}/SoftLayer/CLI/globalip/unassign.py +${PYSITELIB}/SoftLayer/CLI/globalip/unassign.pyc +${PYSITELIB}/SoftLayer/CLI/globalip/unassign.pyo ${PYSITELIB}/SoftLayer/CLI/hardware/__init__.py -${PYSITELIB}/SoftLayer/CLI/hardware/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/hardware/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/hardware/cancel.pyo -${PYSITELIB}/SoftLayer/CLI/hardware/cancel.pyc -${PYSITELIB}/SoftLayer/CLI/hardware/cancel_reasons.pyo -${PYSITELIB}/SoftLayer/CLI/hardware/cancel_reasons.pyc -${PYSITELIB}/SoftLayer/CLI/hardware/create.pyo -${PYSITELIB}/SoftLayer/CLI/hardware/create.pyc -${PYSITELIB}/SoftLayer/CLI/hardware/create_options.pyo -${PYSITELIB}/SoftLayer/CLI/hardware/create_options.pyc -${PYSITELIB}/SoftLayer/CLI/hardware/credentials.pyo -${PYSITELIB}/SoftLayer/CLI/hardware/credentials.pyc -${PYSITELIB}/SoftLayer/CLI/hardware/detail.pyo -${PYSITELIB}/SoftLayer/CLI/hardware/detail.pyc -${PYSITELIB}/SoftLayer/CLI/hardware/edit.pyo -${PYSITELIB}/SoftLayer/CLI/hardware/edit.pyc -${PYSITELIB}/SoftLayer/CLI/hardware/list.pyo -${PYSITELIB}/SoftLayer/CLI/hardware/list.pyc -${PYSITELIB}/SoftLayer/CLI/hardware/power.pyo -${PYSITELIB}/SoftLayer/CLI/hardware/power.pyc -${PYSITELIB}/SoftLayer/CLI/hardware/ready.pyo -${PYSITELIB}/SoftLayer/CLI/hardware/ready.pyc -${PYSITELIB}/SoftLayer/CLI/hardware/reload.pyo -${PYSITELIB}/SoftLayer/CLI/hardware/reload.pyc -${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.pyo -${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.pyc +${PYSITELIB}/SoftLayer/CLI/hardware/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/hardware/cancel.py +${PYSITELIB}/SoftLayer/CLI/hardware/cancel.pyc +${PYSITELIB}/SoftLayer/CLI/hardware/cancel.pyo ${PYSITELIB}/SoftLayer/CLI/hardware/cancel_reasons.py +${PYSITELIB}/SoftLayer/CLI/hardware/cancel_reasons.pyc +${PYSITELIB}/SoftLayer/CLI/hardware/cancel_reasons.pyo ${PYSITELIB}/SoftLayer/CLI/hardware/create.py +${PYSITELIB}/SoftLayer/CLI/hardware/create.pyc +${PYSITELIB}/SoftLayer/CLI/hardware/create.pyo ${PYSITELIB}/SoftLayer/CLI/hardware/create_options.py +${PYSITELIB}/SoftLayer/CLI/hardware/create_options.pyc +${PYSITELIB}/SoftLayer/CLI/hardware/create_options.pyo ${PYSITELIB}/SoftLayer/CLI/hardware/credentials.py +${PYSITELIB}/SoftLayer/CLI/hardware/credentials.pyc +${PYSITELIB}/SoftLayer/CLI/hardware/credentials.pyo ${PYSITELIB}/SoftLayer/CLI/hardware/detail.py +${PYSITELIB}/SoftLayer/CLI/hardware/detail.pyc +${PYSITELIB}/SoftLayer/CLI/hardware/detail.pyo ${PYSITELIB}/SoftLayer/CLI/hardware/edit.py +${PYSITELIB}/SoftLayer/CLI/hardware/edit.pyc +${PYSITELIB}/SoftLayer/CLI/hardware/edit.pyo ${PYSITELIB}/SoftLayer/CLI/hardware/list.py +${PYSITELIB}/SoftLayer/CLI/hardware/list.pyc +${PYSITELIB}/SoftLayer/CLI/hardware/list.pyo ${PYSITELIB}/SoftLayer/CLI/hardware/power.py +${PYSITELIB}/SoftLayer/CLI/hardware/power.pyc +${PYSITELIB}/SoftLayer/CLI/hardware/power.pyo ${PYSITELIB}/SoftLayer/CLI/hardware/ready.py +${PYSITELIB}/SoftLayer/CLI/hardware/ready.pyc +${PYSITELIB}/SoftLayer/CLI/hardware/ready.pyo ${PYSITELIB}/SoftLayer/CLI/hardware/reload.py +${PYSITELIB}/SoftLayer/CLI/hardware/reload.pyc +${PYSITELIB}/SoftLayer/CLI/hardware/reload.pyo ${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.py +${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.pyc +${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.pyo ${PYSITELIB}/SoftLayer/CLI/helpers.py +${PYSITELIB}/SoftLayer/CLI/helpers.pyc +${PYSITELIB}/SoftLayer/CLI/helpers.pyo ${PYSITELIB}/SoftLayer/CLI/image/__init__.py -${PYSITELIB}/SoftLayer/CLI/image/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/image/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/image/delete.pyo -${PYSITELIB}/SoftLayer/CLI/image/delete.pyc -${PYSITELIB}/SoftLayer/CLI/image/detail.pyo -${PYSITELIB}/SoftLayer/CLI/image/detail.pyc -${PYSITELIB}/SoftLayer/CLI/image/edit.pyo -${PYSITELIB}/SoftLayer/CLI/image/edit.pyc -${PYSITELIB}/SoftLayer/CLI/image/export.pyo -${PYSITELIB}/SoftLayer/CLI/image/export.pyc -${PYSITELIB}/SoftLayer/CLI/image/import.pyo -${PYSITELIB}/SoftLayer/CLI/image/import.pyc -${PYSITELIB}/SoftLayer/CLI/image/list.pyo -${PYSITELIB}/SoftLayer/CLI/image/list.pyc +${PYSITELIB}/SoftLayer/CLI/image/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/image/delete.py +${PYSITELIB}/SoftLayer/CLI/image/delete.pyc +${PYSITELIB}/SoftLayer/CLI/image/delete.pyo ${PYSITELIB}/SoftLayer/CLI/image/detail.py +${PYSITELIB}/SoftLayer/CLI/image/detail.pyc +${PYSITELIB}/SoftLayer/CLI/image/detail.pyo ${PYSITELIB}/SoftLayer/CLI/image/edit.py +${PYSITELIB}/SoftLayer/CLI/image/edit.pyc +${PYSITELIB}/SoftLayer/CLI/image/edit.pyo ${PYSITELIB}/SoftLayer/CLI/image/export.py +${PYSITELIB}/SoftLayer/CLI/image/export.pyc +${PYSITELIB}/SoftLayer/CLI/image/export.pyo ${PYSITELIB}/SoftLayer/CLI/image/import.py +${PYSITELIB}/SoftLayer/CLI/image/import.pyc +${PYSITELIB}/SoftLayer/CLI/image/import.pyo ${PYSITELIB}/SoftLayer/CLI/image/list.py +${PYSITELIB}/SoftLayer/CLI/image/list.pyc +${PYSITELIB}/SoftLayer/CLI/image/list.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/__init__.py -${PYSITELIB}/SoftLayer/CLI/loadbal/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/cancel.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/cancel.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/create.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/create.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/create_options.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/create_options.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/detail.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/detail.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/group_add.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/group_add.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/group_delete.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/group_delete.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/group_edit.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/group_edit.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/group_reset.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/group_reset.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/health_checks.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/health_checks.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/list.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/list.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/routing_methods.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/routing_methods.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/routing_types.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/routing_types.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/service_add.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/service_add.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/service_delete.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/service_delete.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/service_edit.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/service_edit.pyc -${PYSITELIB}/SoftLayer/CLI/loadbal/service_toggle.pyo -${PYSITELIB}/SoftLayer/CLI/loadbal/service_toggle.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/cancel.py +${PYSITELIB}/SoftLayer/CLI/loadbal/cancel.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/cancel.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/create.py +${PYSITELIB}/SoftLayer/CLI/loadbal/create.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/create.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/create_options.py +${PYSITELIB}/SoftLayer/CLI/loadbal/create_options.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/create_options.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/detail.py +${PYSITELIB}/SoftLayer/CLI/loadbal/detail.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/detail.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/group_add.py +${PYSITELIB}/SoftLayer/CLI/loadbal/group_add.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/group_add.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/group_delete.py +${PYSITELIB}/SoftLayer/CLI/loadbal/group_delete.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/group_delete.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/group_edit.py +${PYSITELIB}/SoftLayer/CLI/loadbal/group_edit.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/group_edit.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/group_reset.py +${PYSITELIB}/SoftLayer/CLI/loadbal/group_reset.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/group_reset.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/health_checks.py +${PYSITELIB}/SoftLayer/CLI/loadbal/health_checks.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/health_checks.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/list.py +${PYSITELIB}/SoftLayer/CLI/loadbal/list.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/list.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/routing_methods.py +${PYSITELIB}/SoftLayer/CLI/loadbal/routing_methods.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/routing_methods.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/routing_types.py +${PYSITELIB}/SoftLayer/CLI/loadbal/routing_types.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/routing_types.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/service_add.py +${PYSITELIB}/SoftLayer/CLI/loadbal/service_add.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/service_add.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/service_delete.py +${PYSITELIB}/SoftLayer/CLI/loadbal/service_delete.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/service_delete.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/service_edit.py +${PYSITELIB}/SoftLayer/CLI/loadbal/service_edit.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/service_edit.pyo ${PYSITELIB}/SoftLayer/CLI/loadbal/service_toggle.py +${PYSITELIB}/SoftLayer/CLI/loadbal/service_toggle.pyc +${PYSITELIB}/SoftLayer/CLI/loadbal/service_toggle.pyo ${PYSITELIB}/SoftLayer/CLI/metadata.py +${PYSITELIB}/SoftLayer/CLI/metadata.pyc +${PYSITELIB}/SoftLayer/CLI/metadata.pyo ${PYSITELIB}/SoftLayer/CLI/mq/__init__.py -${PYSITELIB}/SoftLayer/CLI/mq/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/mq/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/mq/accounts_list.pyo -${PYSITELIB}/SoftLayer/CLI/mq/accounts_list.pyc -${PYSITELIB}/SoftLayer/CLI/mq/endpoints_list.pyo -${PYSITELIB}/SoftLayer/CLI/mq/endpoints_list.pyc -${PYSITELIB}/SoftLayer/CLI/mq/ping.pyo -${PYSITELIB}/SoftLayer/CLI/mq/ping.pyc -${PYSITELIB}/SoftLayer/CLI/mq/queue_add.pyo -${PYSITELIB}/SoftLayer/CLI/mq/queue_add.pyc -${PYSITELIB}/SoftLayer/CLI/mq/queue_detail.pyo -${PYSITELIB}/SoftLayer/CLI/mq/queue_detail.pyc -${PYSITELIB}/SoftLayer/CLI/mq/queue_edit.pyo -${PYSITELIB}/SoftLayer/CLI/mq/queue_edit.pyc -${PYSITELIB}/SoftLayer/CLI/mq/queue_list.pyo -${PYSITELIB}/SoftLayer/CLI/mq/queue_list.pyc -${PYSITELIB}/SoftLayer/CLI/mq/queue_pop.pyo -${PYSITELIB}/SoftLayer/CLI/mq/queue_pop.pyc -${PYSITELIB}/SoftLayer/CLI/mq/queue_push.pyo -${PYSITELIB}/SoftLayer/CLI/mq/queue_push.pyc -${PYSITELIB}/SoftLayer/CLI/mq/queue_remove.pyo -${PYSITELIB}/SoftLayer/CLI/mq/queue_remove.pyc -${PYSITELIB}/SoftLayer/CLI/mq/topic_add.pyo -${PYSITELIB}/SoftLayer/CLI/mq/topic_add.pyc -${PYSITELIB}/SoftLayer/CLI/mq/topic_detail.pyo -${PYSITELIB}/SoftLayer/CLI/mq/topic_detail.pyc -${PYSITELIB}/SoftLayer/CLI/mq/topic_list.pyo -${PYSITELIB}/SoftLayer/CLI/mq/topic_list.pyc -${PYSITELIB}/SoftLayer/CLI/mq/topic_push.pyo -${PYSITELIB}/SoftLayer/CLI/mq/topic_push.pyc -${PYSITELIB}/SoftLayer/CLI/mq/topic_remove.pyo -${PYSITELIB}/SoftLayer/CLI/mq/topic_remove.pyc -${PYSITELIB}/SoftLayer/CLI/mq/topic_subscribe.pyo -${PYSITELIB}/SoftLayer/CLI/mq/topic_subscribe.pyc -${PYSITELIB}/SoftLayer/CLI/mq/topic_unsubscribe.pyo -${PYSITELIB}/SoftLayer/CLI/mq/topic_unsubscribe.pyc +${PYSITELIB}/SoftLayer/CLI/mq/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/mq/accounts_list.py +${PYSITELIB}/SoftLayer/CLI/mq/accounts_list.pyc +${PYSITELIB}/SoftLayer/CLI/mq/accounts_list.pyo ${PYSITELIB}/SoftLayer/CLI/mq/endpoints_list.py +${PYSITELIB}/SoftLayer/CLI/mq/endpoints_list.pyc +${PYSITELIB}/SoftLayer/CLI/mq/endpoints_list.pyo ${PYSITELIB}/SoftLayer/CLI/mq/ping.py +${PYSITELIB}/SoftLayer/CLI/mq/ping.pyc +${PYSITELIB}/SoftLayer/CLI/mq/ping.pyo ${PYSITELIB}/SoftLayer/CLI/mq/queue_add.py +${PYSITELIB}/SoftLayer/CLI/mq/queue_add.pyc +${PYSITELIB}/SoftLayer/CLI/mq/queue_add.pyo ${PYSITELIB}/SoftLayer/CLI/mq/queue_detail.py +${PYSITELIB}/SoftLayer/CLI/mq/queue_detail.pyc +${PYSITELIB}/SoftLayer/CLI/mq/queue_detail.pyo ${PYSITELIB}/SoftLayer/CLI/mq/queue_edit.py +${PYSITELIB}/SoftLayer/CLI/mq/queue_edit.pyc +${PYSITELIB}/SoftLayer/CLI/mq/queue_edit.pyo ${PYSITELIB}/SoftLayer/CLI/mq/queue_list.py +${PYSITELIB}/SoftLayer/CLI/mq/queue_list.pyc +${PYSITELIB}/SoftLayer/CLI/mq/queue_list.pyo ${PYSITELIB}/SoftLayer/CLI/mq/queue_pop.py +${PYSITELIB}/SoftLayer/CLI/mq/queue_pop.pyc +${PYSITELIB}/SoftLayer/CLI/mq/queue_pop.pyo ${PYSITELIB}/SoftLayer/CLI/mq/queue_push.py +${PYSITELIB}/SoftLayer/CLI/mq/queue_push.pyc +${PYSITELIB}/SoftLayer/CLI/mq/queue_push.pyo ${PYSITELIB}/SoftLayer/CLI/mq/queue_remove.py +${PYSITELIB}/SoftLayer/CLI/mq/queue_remove.pyc +${PYSITELIB}/SoftLayer/CLI/mq/queue_remove.pyo ${PYSITELIB}/SoftLayer/CLI/mq/topic_add.py +${PYSITELIB}/SoftLayer/CLI/mq/topic_add.pyc +${PYSITELIB}/SoftLayer/CLI/mq/topic_add.pyo ${PYSITELIB}/SoftLayer/CLI/mq/topic_detail.py +${PYSITELIB}/SoftLayer/CLI/mq/topic_detail.pyc +${PYSITELIB}/SoftLayer/CLI/mq/topic_detail.pyo ${PYSITELIB}/SoftLayer/CLI/mq/topic_list.py +${PYSITELIB}/SoftLayer/CLI/mq/topic_list.pyc +${PYSITELIB}/SoftLayer/CLI/mq/topic_list.pyo ${PYSITELIB}/SoftLayer/CLI/mq/topic_push.py +${PYSITELIB}/SoftLayer/CLI/mq/topic_push.pyc +${PYSITELIB}/SoftLayer/CLI/mq/topic_push.pyo ${PYSITELIB}/SoftLayer/CLI/mq/topic_remove.py +${PYSITELIB}/SoftLayer/CLI/mq/topic_remove.pyc +${PYSITELIB}/SoftLayer/CLI/mq/topic_remove.pyo ${PYSITELIB}/SoftLayer/CLI/mq/topic_subscribe.py +${PYSITELIB}/SoftLayer/CLI/mq/topic_subscribe.pyc +${PYSITELIB}/SoftLayer/CLI/mq/topic_subscribe.pyo ${PYSITELIB}/SoftLayer/CLI/mq/topic_unsubscribe.py +${PYSITELIB}/SoftLayer/CLI/mq/topic_unsubscribe.pyc +${PYSITELIB}/SoftLayer/CLI/mq/topic_unsubscribe.pyo ${PYSITELIB}/SoftLayer/CLI/nas/__init__.py -${PYSITELIB}/SoftLayer/CLI/nas/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/nas/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/nas/credentials.pyo -${PYSITELIB}/SoftLayer/CLI/nas/credentials.pyc -${PYSITELIB}/SoftLayer/CLI/nas/list.pyo -${PYSITELIB}/SoftLayer/CLI/nas/list.pyc +${PYSITELIB}/SoftLayer/CLI/nas/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/nas/credentials.py +${PYSITELIB}/SoftLayer/CLI/nas/credentials.pyc +${PYSITELIB}/SoftLayer/CLI/nas/credentials.pyo ${PYSITELIB}/SoftLayer/CLI/nas/list.py +${PYSITELIB}/SoftLayer/CLI/nas/list.pyc +${PYSITELIB}/SoftLayer/CLI/nas/list.pyo ${PYSITELIB}/SoftLayer/CLI/object_storage/__init__.py -${PYSITELIB}/SoftLayer/CLI/object_storage/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/object_storage/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/object_storage/list_accounts.pyo -${PYSITELIB}/SoftLayer/CLI/object_storage/list_accounts.pyc -${PYSITELIB}/SoftLayer/CLI/object_storage/list_endpoints.pyo -${PYSITELIB}/SoftLayer/CLI/object_storage/list_endpoints.pyc +${PYSITELIB}/SoftLayer/CLI/object_storage/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/object_storage/list_accounts.py +${PYSITELIB}/SoftLayer/CLI/object_storage/list_accounts.pyc +${PYSITELIB}/SoftLayer/CLI/object_storage/list_accounts.pyo ${PYSITELIB}/SoftLayer/CLI/object_storage/list_endpoints.py +${PYSITELIB}/SoftLayer/CLI/object_storage/list_endpoints.pyc +${PYSITELIB}/SoftLayer/CLI/object_storage/list_endpoints.pyo ${PYSITELIB}/SoftLayer/CLI/order/__init__.py -${PYSITELIB}/SoftLayer/CLI/order/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/order/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/order/category_list.pyo -${PYSITELIB}/SoftLayer/CLI/order/category_list.pyc -${PYSITELIB}/SoftLayer/CLI/order/item_list.pyo -${PYSITELIB}/SoftLayer/CLI/order/item_list.pyc -${PYSITELIB}/SoftLayer/CLI/order/package_list.pyo -${PYSITELIB}/SoftLayer/CLI/order/package_list.pyc -${PYSITELIB}/SoftLayer/CLI/order/package_locations.pyo -${PYSITELIB}/SoftLayer/CLI/order/package_locations.pyc -${PYSITELIB}/SoftLayer/CLI/order/place.pyo -${PYSITELIB}/SoftLayer/CLI/order/place.pyc -${PYSITELIB}/SoftLayer/CLI/order/preset_list.pyo -${PYSITELIB}/SoftLayer/CLI/order/preset_list.pyc +${PYSITELIB}/SoftLayer/CLI/order/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/order/category_list.py +${PYSITELIB}/SoftLayer/CLI/order/category_list.pyc +${PYSITELIB}/SoftLayer/CLI/order/category_list.pyo ${PYSITELIB}/SoftLayer/CLI/order/item_list.py +${PYSITELIB}/SoftLayer/CLI/order/item_list.pyc +${PYSITELIB}/SoftLayer/CLI/order/item_list.pyo ${PYSITELIB}/SoftLayer/CLI/order/package_list.py +${PYSITELIB}/SoftLayer/CLI/order/package_list.pyc +${PYSITELIB}/SoftLayer/CLI/order/package_list.pyo ${PYSITELIB}/SoftLayer/CLI/order/package_locations.py +${PYSITELIB}/SoftLayer/CLI/order/package_locations.pyc +${PYSITELIB}/SoftLayer/CLI/order/package_locations.pyo ${PYSITELIB}/SoftLayer/CLI/order/place.py +${PYSITELIB}/SoftLayer/CLI/order/place.pyc +${PYSITELIB}/SoftLayer/CLI/order/place.pyo +${PYSITELIB}/SoftLayer/CLI/order/place_quote.py +${PYSITELIB}/SoftLayer/CLI/order/place_quote.pyc +${PYSITELIB}/SoftLayer/CLI/order/place_quote.pyo ${PYSITELIB}/SoftLayer/CLI/order/preset_list.py +${PYSITELIB}/SoftLayer/CLI/order/preset_list.pyc +${PYSITELIB}/SoftLayer/CLI/order/preset_list.pyo ${PYSITELIB}/SoftLayer/CLI/report/__init__.py -${PYSITELIB}/SoftLayer/CLI/report/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/report/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/report/bandwidth.pyo -${PYSITELIB}/SoftLayer/CLI/report/bandwidth.pyc +${PYSITELIB}/SoftLayer/CLI/report/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/report/bandwidth.py +${PYSITELIB}/SoftLayer/CLI/report/bandwidth.pyc +${PYSITELIB}/SoftLayer/CLI/report/bandwidth.pyo ${PYSITELIB}/SoftLayer/CLI/routes.py +${PYSITELIB}/SoftLayer/CLI/routes.pyc +${PYSITELIB}/SoftLayer/CLI/routes.pyo ${PYSITELIB}/SoftLayer/CLI/rwhois/__init__.py -${PYSITELIB}/SoftLayer/CLI/rwhois/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/rwhois/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/rwhois/edit.pyo -${PYSITELIB}/SoftLayer/CLI/rwhois/edit.pyc -${PYSITELIB}/SoftLayer/CLI/rwhois/show.pyo -${PYSITELIB}/SoftLayer/CLI/rwhois/show.pyc +${PYSITELIB}/SoftLayer/CLI/rwhois/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/rwhois/edit.py +${PYSITELIB}/SoftLayer/CLI/rwhois/edit.pyc +${PYSITELIB}/SoftLayer/CLI/rwhois/edit.pyo ${PYSITELIB}/SoftLayer/CLI/rwhois/show.py +${PYSITELIB}/SoftLayer/CLI/rwhois/show.pyc +${PYSITELIB}/SoftLayer/CLI/rwhois/show.pyo ${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.py -${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/securitygroup/create.pyo -${PYSITELIB}/SoftLayer/CLI/securitygroup/create.pyc -${PYSITELIB}/SoftLayer/CLI/securitygroup/delete.pyo -${PYSITELIB}/SoftLayer/CLI/securitygroup/delete.pyc -${PYSITELIB}/SoftLayer/CLI/securitygroup/detail.pyo -${PYSITELIB}/SoftLayer/CLI/securitygroup/detail.pyc -${PYSITELIB}/SoftLayer/CLI/securitygroup/edit.pyo -${PYSITELIB}/SoftLayer/CLI/securitygroup/edit.pyc -${PYSITELIB}/SoftLayer/CLI/securitygroup/interface.pyo -${PYSITELIB}/SoftLayer/CLI/securitygroup/interface.pyc -${PYSITELIB}/SoftLayer/CLI/securitygroup/list.pyo -${PYSITELIB}/SoftLayer/CLI/securitygroup/list.pyc -${PYSITELIB}/SoftLayer/CLI/securitygroup/rule.pyo -${PYSITELIB}/SoftLayer/CLI/securitygroup/rule.pyc +${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/securitygroup/create.py +${PYSITELIB}/SoftLayer/CLI/securitygroup/create.pyc +${PYSITELIB}/SoftLayer/CLI/securitygroup/create.pyo ${PYSITELIB}/SoftLayer/CLI/securitygroup/delete.py +${PYSITELIB}/SoftLayer/CLI/securitygroup/delete.pyc +${PYSITELIB}/SoftLayer/CLI/securitygroup/delete.pyo ${PYSITELIB}/SoftLayer/CLI/securitygroup/detail.py +${PYSITELIB}/SoftLayer/CLI/securitygroup/detail.pyc +${PYSITELIB}/SoftLayer/CLI/securitygroup/detail.pyo ${PYSITELIB}/SoftLayer/CLI/securitygroup/edit.py +${PYSITELIB}/SoftLayer/CLI/securitygroup/edit.pyc +${PYSITELIB}/SoftLayer/CLI/securitygroup/edit.pyo ${PYSITELIB}/SoftLayer/CLI/securitygroup/interface.py +${PYSITELIB}/SoftLayer/CLI/securitygroup/interface.pyc +${PYSITELIB}/SoftLayer/CLI/securitygroup/interface.pyo ${PYSITELIB}/SoftLayer/CLI/securitygroup/list.py +${PYSITELIB}/SoftLayer/CLI/securitygroup/list.pyc +${PYSITELIB}/SoftLayer/CLI/securitygroup/list.pyo ${PYSITELIB}/SoftLayer/CLI/securitygroup/rule.py +${PYSITELIB}/SoftLayer/CLI/securitygroup/rule.pyc +${PYSITELIB}/SoftLayer/CLI/securitygroup/rule.pyo ${PYSITELIB}/SoftLayer/CLI/sshkey/__init__.py -${PYSITELIB}/SoftLayer/CLI/sshkey/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/sshkey/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/sshkey/add.pyo -${PYSITELIB}/SoftLayer/CLI/sshkey/add.pyc -${PYSITELIB}/SoftLayer/CLI/sshkey/edit.pyo -${PYSITELIB}/SoftLayer/CLI/sshkey/edit.pyc -${PYSITELIB}/SoftLayer/CLI/sshkey/list.pyo -${PYSITELIB}/SoftLayer/CLI/sshkey/list.pyc -${PYSITELIB}/SoftLayer/CLI/sshkey/print.pyo -${PYSITELIB}/SoftLayer/CLI/sshkey/print.pyc -${PYSITELIB}/SoftLayer/CLI/sshkey/remove.pyo -${PYSITELIB}/SoftLayer/CLI/sshkey/remove.pyc +${PYSITELIB}/SoftLayer/CLI/sshkey/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/sshkey/add.py +${PYSITELIB}/SoftLayer/CLI/sshkey/add.pyc +${PYSITELIB}/SoftLayer/CLI/sshkey/add.pyo ${PYSITELIB}/SoftLayer/CLI/sshkey/edit.py +${PYSITELIB}/SoftLayer/CLI/sshkey/edit.pyc +${PYSITELIB}/SoftLayer/CLI/sshkey/edit.pyo ${PYSITELIB}/SoftLayer/CLI/sshkey/list.py +${PYSITELIB}/SoftLayer/CLI/sshkey/list.pyc +${PYSITELIB}/SoftLayer/CLI/sshkey/list.pyo ${PYSITELIB}/SoftLayer/CLI/sshkey/print.py +${PYSITELIB}/SoftLayer/CLI/sshkey/print.pyc +${PYSITELIB}/SoftLayer/CLI/sshkey/print.pyo ${PYSITELIB}/SoftLayer/CLI/sshkey/remove.py +${PYSITELIB}/SoftLayer/CLI/sshkey/remove.pyc +${PYSITELIB}/SoftLayer/CLI/sshkey/remove.pyo ${PYSITELIB}/SoftLayer/CLI/ssl/__init__.py -${PYSITELIB}/SoftLayer/CLI/ssl/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/ssl/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/ssl/add.pyo -${PYSITELIB}/SoftLayer/CLI/ssl/add.pyc -${PYSITELIB}/SoftLayer/CLI/ssl/download.pyo -${PYSITELIB}/SoftLayer/CLI/ssl/download.pyc -${PYSITELIB}/SoftLayer/CLI/ssl/edit.pyo -${PYSITELIB}/SoftLayer/CLI/ssl/edit.pyc -${PYSITELIB}/SoftLayer/CLI/ssl/list.pyo -${PYSITELIB}/SoftLayer/CLI/ssl/list.pyc -${PYSITELIB}/SoftLayer/CLI/ssl/remove.pyo -${PYSITELIB}/SoftLayer/CLI/ssl/remove.pyc +${PYSITELIB}/SoftLayer/CLI/ssl/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/ssl/add.py +${PYSITELIB}/SoftLayer/CLI/ssl/add.pyc +${PYSITELIB}/SoftLayer/CLI/ssl/add.pyo ${PYSITELIB}/SoftLayer/CLI/ssl/download.py +${PYSITELIB}/SoftLayer/CLI/ssl/download.pyc +${PYSITELIB}/SoftLayer/CLI/ssl/download.pyo ${PYSITELIB}/SoftLayer/CLI/ssl/edit.py +${PYSITELIB}/SoftLayer/CLI/ssl/edit.pyc +${PYSITELIB}/SoftLayer/CLI/ssl/edit.pyo ${PYSITELIB}/SoftLayer/CLI/ssl/list.py +${PYSITELIB}/SoftLayer/CLI/ssl/list.pyc +${PYSITELIB}/SoftLayer/CLI/ssl/list.pyo ${PYSITELIB}/SoftLayer/CLI/ssl/remove.py +${PYSITELIB}/SoftLayer/CLI/ssl/remove.pyc +${PYSITELIB}/SoftLayer/CLI/ssl/remove.pyo ${PYSITELIB}/SoftLayer/CLI/storage_utils.py +${PYSITELIB}/SoftLayer/CLI/storage_utils.pyc +${PYSITELIB}/SoftLayer/CLI/storage_utils.pyo ${PYSITELIB}/SoftLayer/CLI/subnet/__init__.py -${PYSITELIB}/SoftLayer/CLI/subnet/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/subnet/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/subnet/cancel.pyo -${PYSITELIB}/SoftLayer/CLI/subnet/cancel.pyc -${PYSITELIB}/SoftLayer/CLI/subnet/create.pyo -${PYSITELIB}/SoftLayer/CLI/subnet/create.pyc -${PYSITELIB}/SoftLayer/CLI/subnet/detail.pyo -${PYSITELIB}/SoftLayer/CLI/subnet/detail.pyc -${PYSITELIB}/SoftLayer/CLI/subnet/list.pyo -${PYSITELIB}/SoftLayer/CLI/subnet/list.pyc -${PYSITELIB}/SoftLayer/CLI/subnet/lookup.pyo -${PYSITELIB}/SoftLayer/CLI/subnet/lookup.pyc +${PYSITELIB}/SoftLayer/CLI/subnet/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/subnet/cancel.py +${PYSITELIB}/SoftLayer/CLI/subnet/cancel.pyc +${PYSITELIB}/SoftLayer/CLI/subnet/cancel.pyo ${PYSITELIB}/SoftLayer/CLI/subnet/create.py +${PYSITELIB}/SoftLayer/CLI/subnet/create.pyc +${PYSITELIB}/SoftLayer/CLI/subnet/create.pyo ${PYSITELIB}/SoftLayer/CLI/subnet/detail.py +${PYSITELIB}/SoftLayer/CLI/subnet/detail.pyc +${PYSITELIB}/SoftLayer/CLI/subnet/detail.pyo ${PYSITELIB}/SoftLayer/CLI/subnet/list.py +${PYSITELIB}/SoftLayer/CLI/subnet/list.pyc +${PYSITELIB}/SoftLayer/CLI/subnet/list.pyo ${PYSITELIB}/SoftLayer/CLI/subnet/lookup.py +${PYSITELIB}/SoftLayer/CLI/subnet/lookup.pyc +${PYSITELIB}/SoftLayer/CLI/subnet/lookup.pyo ${PYSITELIB}/SoftLayer/CLI/summary.py +${PYSITELIB}/SoftLayer/CLI/summary.pyc +${PYSITELIB}/SoftLayer/CLI/summary.pyo ${PYSITELIB}/SoftLayer/CLI/template.py +${PYSITELIB}/SoftLayer/CLI/template.pyc +${PYSITELIB}/SoftLayer/CLI/template.pyo ${PYSITELIB}/SoftLayer/CLI/ticket/__init__.py -${PYSITELIB}/SoftLayer/CLI/ticket/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/ticket/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/ticket/attach.pyo -${PYSITELIB}/SoftLayer/CLI/ticket/attach.pyc -${PYSITELIB}/SoftLayer/CLI/ticket/create.pyo -${PYSITELIB}/SoftLayer/CLI/ticket/create.pyc -${PYSITELIB}/SoftLayer/CLI/ticket/detach.pyo -${PYSITELIB}/SoftLayer/CLI/ticket/detach.pyc -${PYSITELIB}/SoftLayer/CLI/ticket/detail.pyo -${PYSITELIB}/SoftLayer/CLI/ticket/detail.pyc -${PYSITELIB}/SoftLayer/CLI/ticket/list.pyo -${PYSITELIB}/SoftLayer/CLI/ticket/list.pyc -${PYSITELIB}/SoftLayer/CLI/ticket/subjects.pyo -${PYSITELIB}/SoftLayer/CLI/ticket/subjects.pyc -${PYSITELIB}/SoftLayer/CLI/ticket/summary.pyo -${PYSITELIB}/SoftLayer/CLI/ticket/summary.pyc -${PYSITELIB}/SoftLayer/CLI/ticket/update.pyo -${PYSITELIB}/SoftLayer/CLI/ticket/update.pyc -${PYSITELIB}/SoftLayer/CLI/ticket/upload.pyo -${PYSITELIB}/SoftLayer/CLI/ticket/upload.pyc +${PYSITELIB}/SoftLayer/CLI/ticket/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/ticket/attach.py +${PYSITELIB}/SoftLayer/CLI/ticket/attach.pyc +${PYSITELIB}/SoftLayer/CLI/ticket/attach.pyo ${PYSITELIB}/SoftLayer/CLI/ticket/create.py +${PYSITELIB}/SoftLayer/CLI/ticket/create.pyc +${PYSITELIB}/SoftLayer/CLI/ticket/create.pyo ${PYSITELIB}/SoftLayer/CLI/ticket/detach.py +${PYSITELIB}/SoftLayer/CLI/ticket/detach.pyc +${PYSITELIB}/SoftLayer/CLI/ticket/detach.pyo ${PYSITELIB}/SoftLayer/CLI/ticket/detail.py +${PYSITELIB}/SoftLayer/CLI/ticket/detail.pyc +${PYSITELIB}/SoftLayer/CLI/ticket/detail.pyo ${PYSITELIB}/SoftLayer/CLI/ticket/list.py +${PYSITELIB}/SoftLayer/CLI/ticket/list.pyc +${PYSITELIB}/SoftLayer/CLI/ticket/list.pyo ${PYSITELIB}/SoftLayer/CLI/ticket/subjects.py +${PYSITELIB}/SoftLayer/CLI/ticket/subjects.pyc +${PYSITELIB}/SoftLayer/CLI/ticket/subjects.pyo ${PYSITELIB}/SoftLayer/CLI/ticket/summary.py +${PYSITELIB}/SoftLayer/CLI/ticket/summary.pyc +${PYSITELIB}/SoftLayer/CLI/ticket/summary.pyo ${PYSITELIB}/SoftLayer/CLI/ticket/update.py +${PYSITELIB}/SoftLayer/CLI/ticket/update.pyc +${PYSITELIB}/SoftLayer/CLI/ticket/update.pyo ${PYSITELIB}/SoftLayer/CLI/ticket/upload.py +${PYSITELIB}/SoftLayer/CLI/ticket/upload.pyc +${PYSITELIB}/SoftLayer/CLI/ticket/upload.pyo +${PYSITELIB}/SoftLayer/CLI/user/__init__.py +${PYSITELIB}/SoftLayer/CLI/user/__init__.pyc +${PYSITELIB}/SoftLayer/CLI/user/__init__.pyo +${PYSITELIB}/SoftLayer/CLI/user/create.py +${PYSITELIB}/SoftLayer/CLI/user/create.pyc +${PYSITELIB}/SoftLayer/CLI/user/create.pyo +${PYSITELIB}/SoftLayer/CLI/user/delete.py +${PYSITELIB}/SoftLayer/CLI/user/delete.pyc +${PYSITELIB}/SoftLayer/CLI/user/delete.pyo +${PYSITELIB}/SoftLayer/CLI/user/detail.py +${PYSITELIB}/SoftLayer/CLI/user/detail.pyc +${PYSITELIB}/SoftLayer/CLI/user/detail.pyo +${PYSITELIB}/SoftLayer/CLI/user/edit_details.py +${PYSITELIB}/SoftLayer/CLI/user/edit_details.pyc +${PYSITELIB}/SoftLayer/CLI/user/edit_details.pyo +${PYSITELIB}/SoftLayer/CLI/user/edit_permissions.py +${PYSITELIB}/SoftLayer/CLI/user/edit_permissions.pyc +${PYSITELIB}/SoftLayer/CLI/user/edit_permissions.pyo +${PYSITELIB}/SoftLayer/CLI/user/list.py +${PYSITELIB}/SoftLayer/CLI/user/list.pyc +${PYSITELIB}/SoftLayer/CLI/user/list.pyo +${PYSITELIB}/SoftLayer/CLI/user/permissions.py +${PYSITELIB}/SoftLayer/CLI/user/permissions.pyc +${PYSITELIB}/SoftLayer/CLI/user/permissions.pyo ${PYSITELIB}/SoftLayer/CLI/virt/__init__.py -${PYSITELIB}/SoftLayer/CLI/virt/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/virt/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/virt/cancel.pyo -${PYSITELIB}/SoftLayer/CLI/virt/cancel.pyc -${PYSITELIB}/SoftLayer/CLI/virt/capture.pyo -${PYSITELIB}/SoftLayer/CLI/virt/capture.pyc -${PYSITELIB}/SoftLayer/CLI/virt/create.pyo -${PYSITELIB}/SoftLayer/CLI/virt/create.pyc -${PYSITELIB}/SoftLayer/CLI/virt/create_options.pyo -${PYSITELIB}/SoftLayer/CLI/virt/create_options.pyc -${PYSITELIB}/SoftLayer/CLI/virt/credentials.pyo -${PYSITELIB}/SoftLayer/CLI/virt/credentials.pyc -${PYSITELIB}/SoftLayer/CLI/virt/detail.pyo -${PYSITELIB}/SoftLayer/CLI/virt/detail.pyc -${PYSITELIB}/SoftLayer/CLI/virt/dns.pyo -${PYSITELIB}/SoftLayer/CLI/virt/dns.pyc -${PYSITELIB}/SoftLayer/CLI/virt/edit.pyo -${PYSITELIB}/SoftLayer/CLI/virt/edit.pyc -${PYSITELIB}/SoftLayer/CLI/virt/list.pyo -${PYSITELIB}/SoftLayer/CLI/virt/list.pyc -${PYSITELIB}/SoftLayer/CLI/virt/power.pyo -${PYSITELIB}/SoftLayer/CLI/virt/power.pyc -${PYSITELIB}/SoftLayer/CLI/virt/ready.pyo -${PYSITELIB}/SoftLayer/CLI/virt/ready.pyc -${PYSITELIB}/SoftLayer/CLI/virt/reload.pyo -${PYSITELIB}/SoftLayer/CLI/virt/reload.pyc -${PYSITELIB}/SoftLayer/CLI/virt/upgrade.pyo -${PYSITELIB}/SoftLayer/CLI/virt/upgrade.pyc +${PYSITELIB}/SoftLayer/CLI/virt/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/virt/cancel.py +${PYSITELIB}/SoftLayer/CLI/virt/cancel.pyc +${PYSITELIB}/SoftLayer/CLI/virt/cancel.pyo ${PYSITELIB}/SoftLayer/CLI/virt/capture.py +${PYSITELIB}/SoftLayer/CLI/virt/capture.pyc +${PYSITELIB}/SoftLayer/CLI/virt/capture.pyo ${PYSITELIB}/SoftLayer/CLI/virt/create.py +${PYSITELIB}/SoftLayer/CLI/virt/create.pyc +${PYSITELIB}/SoftLayer/CLI/virt/create.pyo ${PYSITELIB}/SoftLayer/CLI/virt/create_options.py +${PYSITELIB}/SoftLayer/CLI/virt/create_options.pyc +${PYSITELIB}/SoftLayer/CLI/virt/create_options.pyo ${PYSITELIB}/SoftLayer/CLI/virt/credentials.py +${PYSITELIB}/SoftLayer/CLI/virt/credentials.pyc +${PYSITELIB}/SoftLayer/CLI/virt/credentials.pyo ${PYSITELIB}/SoftLayer/CLI/virt/detail.py +${PYSITELIB}/SoftLayer/CLI/virt/detail.pyc +${PYSITELIB}/SoftLayer/CLI/virt/detail.pyo ${PYSITELIB}/SoftLayer/CLI/virt/dns.py +${PYSITELIB}/SoftLayer/CLI/virt/dns.pyc +${PYSITELIB}/SoftLayer/CLI/virt/dns.pyo ${PYSITELIB}/SoftLayer/CLI/virt/edit.py +${PYSITELIB}/SoftLayer/CLI/virt/edit.pyc +${PYSITELIB}/SoftLayer/CLI/virt/edit.pyo ${PYSITELIB}/SoftLayer/CLI/virt/list.py +${PYSITELIB}/SoftLayer/CLI/virt/list.pyc +${PYSITELIB}/SoftLayer/CLI/virt/list.pyo ${PYSITELIB}/SoftLayer/CLI/virt/power.py +${PYSITELIB}/SoftLayer/CLI/virt/power.pyc +${PYSITELIB}/SoftLayer/CLI/virt/power.pyo ${PYSITELIB}/SoftLayer/CLI/virt/ready.py +${PYSITELIB}/SoftLayer/CLI/virt/ready.pyc +${PYSITELIB}/SoftLayer/CLI/virt/ready.pyo ${PYSITELIB}/SoftLayer/CLI/virt/reload.py +${PYSITELIB}/SoftLayer/CLI/virt/reload.pyc +${PYSITELIB}/SoftLayer/CLI/virt/reload.pyo ${PYSITELIB}/SoftLayer/CLI/virt/upgrade.py +${PYSITELIB}/SoftLayer/CLI/virt/upgrade.pyc +${PYSITELIB}/SoftLayer/CLI/virt/upgrade.pyo ${PYSITELIB}/SoftLayer/CLI/vlan/__init__.py -${PYSITELIB}/SoftLayer/CLI/vlan/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/vlan/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyo -${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyc -${PYSITELIB}/SoftLayer/CLI/vlan/list.pyo -${PYSITELIB}/SoftLayer/CLI/vlan/list.pyc +${PYSITELIB}/SoftLayer/CLI/vlan/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/vlan/detail.py +${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyc +${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyo ${PYSITELIB}/SoftLayer/CLI/vlan/list.py +${PYSITELIB}/SoftLayer/CLI/vlan/list.pyc +${PYSITELIB}/SoftLayer/CLI/vlan/list.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/__init__.py -${PYSITELIB}/SoftLayer/CLI/vpn/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/__init__.pyc +${PYSITELIB}/SoftLayer/CLI/vpn/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.py -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/configure.pyo -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/configure.pyc -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/detail.pyo -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/detail.pyc -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.pyo -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.pyc -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/update.pyo -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/update.pyc +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/configure.py +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/configure.pyc +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/configure.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/detail.py +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/detail.pyc +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/detail.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.py +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.pyc +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/__init__.py -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/add.pyo -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/add.pyc -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/remove.pyo -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/remove.pyc +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/add.py +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/add.pyc +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/add.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/remove.py +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/remove.pyc +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/remove.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/__init__.py -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/__init__.pyc -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/add.pyo -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/add.pyc -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/remove.pyo -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/remove.pyc -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/update.pyo -${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/update.pyc +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/__init__.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/add.py +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/add.pyc +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/add.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/remove.py +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/remove.pyc +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/remove.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/update.py +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/update.pyc +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/update.pyo ${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/update.py +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/update.pyc +${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/update.pyo ${PYSITELIB}/SoftLayer/__init__.py -${PYSITELIB}/SoftLayer/API.pyo -${PYSITELIB}/SoftLayer/API.pyc -${PYSITELIB}/SoftLayer/__init__.pyo ${PYSITELIB}/SoftLayer/__init__.pyc -${PYSITELIB}/SoftLayer/auth.pyo -${PYSITELIB}/SoftLayer/auth.pyc -${PYSITELIB}/SoftLayer/config.pyo -${PYSITELIB}/SoftLayer/config.pyc -${PYSITELIB}/SoftLayer/consts.pyo -${PYSITELIB}/SoftLayer/consts.pyc -${PYSITELIB}/SoftLayer/decoration.pyo -${PYSITELIB}/SoftLayer/decoration.pyc -${PYSITELIB}/SoftLayer/exceptions.pyo -${PYSITELIB}/SoftLayer/exceptions.pyc -${PYSITELIB}/SoftLayer/transports.pyo -${PYSITELIB}/SoftLayer/transports.pyc -${PYSITELIB}/SoftLayer/utils.pyo -${PYSITELIB}/SoftLayer/utils.pyc +${PYSITELIB}/SoftLayer/__init__.pyo ${PYSITELIB}/SoftLayer/auth.py +${PYSITELIB}/SoftLayer/auth.pyc +${PYSITELIB}/SoftLayer/auth.pyo ${PYSITELIB}/SoftLayer/config.py +${PYSITELIB}/SoftLayer/config.pyc +${PYSITELIB}/SoftLayer/config.pyo ${PYSITELIB}/SoftLayer/consts.py +${PYSITELIB}/SoftLayer/consts.pyc +${PYSITELIB}/SoftLayer/consts.pyo ${PYSITELIB}/SoftLayer/decoration.py +${PYSITELIB}/SoftLayer/decoration.pyc +${PYSITELIB}/SoftLayer/decoration.pyo ${PYSITELIB}/SoftLayer/exceptions.py +${PYSITELIB}/SoftLayer/exceptions.pyc +${PYSITELIB}/SoftLayer/exceptions.pyo ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Account.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Item.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order_Quote.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain_ResourceRecord.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware_Server.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location_Datacenter.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check_Type.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Method.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Type.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_ContentDelivery_Account.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Allowed_Host.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress_Global.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_Rwhois_Data.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan_Firewall.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Order.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Certificate.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket_Subject.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.py -${PYSITELIB}/SoftLayer/fixtures/__init__.py -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Account.pyo ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Account.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Item.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Account.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Item.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Item.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order_Quote.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Item.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order_Quote.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order_Quote.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order_Quote.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain_ResourceRecord.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain_ResourceRecord.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain_ResourceRecord.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware_Server.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain_ResourceRecord.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Event_Log.py +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Event_Log.pyc +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Event_Log.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware_Server.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware_Server.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware_Server.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location_Datacenter.pyo -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location_Datacenter.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check_Type.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check_Type.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check_Type.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Method.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check_Type.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Method.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Method.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Type.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Method.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Type.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Type.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Type.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_ContentDelivery_Account.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_ContentDelivery_Account.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_ContentDelivery_Account.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_ContentDelivery_Account.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Allowed_Host.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Allowed_Host.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Allowed_Host.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Allowed_Host.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress_Global.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress_Global.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress_Global.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_Rwhois_Data.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress_Global.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_Rwhois_Data.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_Rwhois_Data.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_Rwhois_Data.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan_Firewall.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan_Firewall.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan_Firewall.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Order.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan_Firewall.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Order.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Order.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Order.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package_Preset.py +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package_Preset.pyc +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package_Preset.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Certificate.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Certificate.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Certificate.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Certificate.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket_Subject.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket_Subject.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket_Subject.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket_Subject.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer.py +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer.pyc +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_CustomerPermission_Permission.py +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_CustomerPermission_Permission.pyc +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_CustomerPermission_Permission.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest.pyc -${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.py ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.pyc -${PYSITELIB}/SoftLayer/fixtures/__init__.pyo +${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.pyo +${PYSITELIB}/SoftLayer/fixtures/__init__.py ${PYSITELIB}/SoftLayer/fixtures/__init__.pyc +${PYSITELIB}/SoftLayer/fixtures/__init__.pyo ${PYSITELIB}/SoftLayer/managers/__init__.py -${PYSITELIB}/SoftLayer/managers/__init__.pyo ${PYSITELIB}/SoftLayer/managers/__init__.pyc -${PYSITELIB}/SoftLayer/managers/block.pyo -${PYSITELIB}/SoftLayer/managers/block.pyc -${PYSITELIB}/SoftLayer/managers/cdn.pyo -${PYSITELIB}/SoftLayer/managers/cdn.pyc -${PYSITELIB}/SoftLayer/managers/dedicated_host.pyo -${PYSITELIB}/SoftLayer/managers/dedicated_host.pyc -${PYSITELIB}/SoftLayer/managers/dns.pyo -${PYSITELIB}/SoftLayer/managers/dns.pyc -${PYSITELIB}/SoftLayer/managers/file.pyo -${PYSITELIB}/SoftLayer/managers/file.pyc -${PYSITELIB}/SoftLayer/managers/firewall.pyo -${PYSITELIB}/SoftLayer/managers/firewall.pyc -${PYSITELIB}/SoftLayer/managers/hardware.pyo -${PYSITELIB}/SoftLayer/managers/hardware.pyc -${PYSITELIB}/SoftLayer/managers/image.pyo -${PYSITELIB}/SoftLayer/managers/image.pyc -${PYSITELIB}/SoftLayer/managers/ipsec.pyo -${PYSITELIB}/SoftLayer/managers/ipsec.pyc -${PYSITELIB}/SoftLayer/managers/load_balancer.pyo -${PYSITELIB}/SoftLayer/managers/load_balancer.pyc -${PYSITELIB}/SoftLayer/managers/messaging.pyo -${PYSITELIB}/SoftLayer/managers/messaging.pyc -${PYSITELIB}/SoftLayer/managers/metadata.pyo -${PYSITELIB}/SoftLayer/managers/metadata.pyc -${PYSITELIB}/SoftLayer/managers/network.pyo -${PYSITELIB}/SoftLayer/managers/network.pyc -${PYSITELIB}/SoftLayer/managers/object_storage.pyo -${PYSITELIB}/SoftLayer/managers/object_storage.pyc -${PYSITELIB}/SoftLayer/managers/ordering.pyo -${PYSITELIB}/SoftLayer/managers/ordering.pyc -${PYSITELIB}/SoftLayer/managers/sshkey.pyo -${PYSITELIB}/SoftLayer/managers/sshkey.pyc -${PYSITELIB}/SoftLayer/managers/ssl.pyo -${PYSITELIB}/SoftLayer/managers/ssl.pyc -${PYSITELIB}/SoftLayer/managers/storage_utils.pyo -${PYSITELIB}/SoftLayer/managers/storage_utils.pyc -${PYSITELIB}/SoftLayer/managers/ticket.pyo -${PYSITELIB}/SoftLayer/managers/ticket.pyc -${PYSITELIB}/SoftLayer/managers/vs.pyo -${PYSITELIB}/SoftLayer/managers/vs.pyc +${PYSITELIB}/SoftLayer/managers/__init__.pyo ${PYSITELIB}/SoftLayer/managers/block.py +${PYSITELIB}/SoftLayer/managers/block.pyc +${PYSITELIB}/SoftLayer/managers/block.pyo ${PYSITELIB}/SoftLayer/managers/cdn.py +${PYSITELIB}/SoftLayer/managers/cdn.pyc +${PYSITELIB}/SoftLayer/managers/cdn.pyo ${PYSITELIB}/SoftLayer/managers/dedicated_host.py +${PYSITELIB}/SoftLayer/managers/dedicated_host.pyc +${PYSITELIB}/SoftLayer/managers/dedicated_host.pyo ${PYSITELIB}/SoftLayer/managers/dns.py +${PYSITELIB}/SoftLayer/managers/dns.pyc +${PYSITELIB}/SoftLayer/managers/dns.pyo ${PYSITELIB}/SoftLayer/managers/file.py +${PYSITELIB}/SoftLayer/managers/file.pyc +${PYSITELIB}/SoftLayer/managers/file.pyo ${PYSITELIB}/SoftLayer/managers/firewall.py +${PYSITELIB}/SoftLayer/managers/firewall.pyc +${PYSITELIB}/SoftLayer/managers/firewall.pyo ${PYSITELIB}/SoftLayer/managers/hardware.py +${PYSITELIB}/SoftLayer/managers/hardware.pyc +${PYSITELIB}/SoftLayer/managers/hardware.pyo ${PYSITELIB}/SoftLayer/managers/image.py +${PYSITELIB}/SoftLayer/managers/image.pyc +${PYSITELIB}/SoftLayer/managers/image.pyo ${PYSITELIB}/SoftLayer/managers/ipsec.py +${PYSITELIB}/SoftLayer/managers/ipsec.pyc +${PYSITELIB}/SoftLayer/managers/ipsec.pyo ${PYSITELIB}/SoftLayer/managers/load_balancer.py +${PYSITELIB}/SoftLayer/managers/load_balancer.pyc +${PYSITELIB}/SoftLayer/managers/load_balancer.pyo ${PYSITELIB}/SoftLayer/managers/messaging.py +${PYSITELIB}/SoftLayer/managers/messaging.pyc +${PYSITELIB}/SoftLayer/managers/messaging.pyo ${PYSITELIB}/SoftLayer/managers/metadata.py +${PYSITELIB}/SoftLayer/managers/metadata.pyc +${PYSITELIB}/SoftLayer/managers/metadata.pyo ${PYSITELIB}/SoftLayer/managers/network.py +${PYSITELIB}/SoftLayer/managers/network.pyc +${PYSITELIB}/SoftLayer/managers/network.pyo ${PYSITELIB}/SoftLayer/managers/object_storage.py +${PYSITELIB}/SoftLayer/managers/object_storage.pyc +${PYSITELIB}/SoftLayer/managers/object_storage.pyo ${PYSITELIB}/SoftLayer/managers/ordering.py +${PYSITELIB}/SoftLayer/managers/ordering.pyc +${PYSITELIB}/SoftLayer/managers/ordering.pyo ${PYSITELIB}/SoftLayer/managers/sshkey.py +${PYSITELIB}/SoftLayer/managers/sshkey.pyc +${PYSITELIB}/SoftLayer/managers/sshkey.pyo ${PYSITELIB}/SoftLayer/managers/ssl.py +${PYSITELIB}/SoftLayer/managers/ssl.pyc +${PYSITELIB}/SoftLayer/managers/ssl.pyo ${PYSITELIB}/SoftLayer/managers/storage_utils.py +${PYSITELIB}/SoftLayer/managers/storage_utils.pyc +${PYSITELIB}/SoftLayer/managers/storage_utils.pyo ${PYSITELIB}/SoftLayer/managers/ticket.py +${PYSITELIB}/SoftLayer/managers/ticket.pyc +${PYSITELIB}/SoftLayer/managers/ticket.pyo +${PYSITELIB}/SoftLayer/managers/user.py +${PYSITELIB}/SoftLayer/managers/user.pyc +${PYSITELIB}/SoftLayer/managers/user.pyo ${PYSITELIB}/SoftLayer/managers/vs.py +${PYSITELIB}/SoftLayer/managers/vs.pyc +${PYSITELIB}/SoftLayer/managers/vs.pyo ${PYSITELIB}/SoftLayer/shell/__init__.py -${PYSITELIB}/SoftLayer/shell/__init__.pyo ${PYSITELIB}/SoftLayer/shell/__init__.pyc -${PYSITELIB}/SoftLayer/shell/cmd_env.pyo -${PYSITELIB}/SoftLayer/shell/cmd_env.pyc -${PYSITELIB}/SoftLayer/shell/cmd_exit.pyo -${PYSITELIB}/SoftLayer/shell/cmd_exit.pyc -${PYSITELIB}/SoftLayer/shell/cmd_help.pyo -${PYSITELIB}/SoftLayer/shell/cmd_help.pyc -${PYSITELIB}/SoftLayer/shell/completer.pyo -${PYSITELIB}/SoftLayer/shell/completer.pyc -${PYSITELIB}/SoftLayer/shell/core.pyo -${PYSITELIB}/SoftLayer/shell/core.pyc -${PYSITELIB}/SoftLayer/shell/routes.pyo -${PYSITELIB}/SoftLayer/shell/routes.pyc +${PYSITELIB}/SoftLayer/shell/__init__.pyo ${PYSITELIB}/SoftLayer/shell/cmd_env.py +${PYSITELIB}/SoftLayer/shell/cmd_env.pyc +${PYSITELIB}/SoftLayer/shell/cmd_env.pyo ${PYSITELIB}/SoftLayer/shell/cmd_exit.py +${PYSITELIB}/SoftLayer/shell/cmd_exit.pyc +${PYSITELIB}/SoftLayer/shell/cmd_exit.pyo ${PYSITELIB}/SoftLayer/shell/cmd_help.py +${PYSITELIB}/SoftLayer/shell/cmd_help.pyc +${PYSITELIB}/SoftLayer/shell/cmd_help.pyo ${PYSITELIB}/SoftLayer/shell/completer.py +${PYSITELIB}/SoftLayer/shell/completer.pyc +${PYSITELIB}/SoftLayer/shell/completer.pyo ${PYSITELIB}/SoftLayer/shell/core.py +${PYSITELIB}/SoftLayer/shell/core.pyc +${PYSITELIB}/SoftLayer/shell/core.pyo ${PYSITELIB}/SoftLayer/shell/routes.py +${PYSITELIB}/SoftLayer/shell/routes.pyc +${PYSITELIB}/SoftLayer/shell/routes.pyo ${PYSITELIB}/SoftLayer/testing/__init__.py -${PYSITELIB}/SoftLayer/testing/__init__.pyo ${PYSITELIB}/SoftLayer/testing/__init__.pyc -${PYSITELIB}/SoftLayer/testing/xmlrpc.pyo -${PYSITELIB}/SoftLayer/testing/xmlrpc.pyc +${PYSITELIB}/SoftLayer/testing/__init__.pyo ${PYSITELIB}/SoftLayer/testing/xmlrpc.py +${PYSITELIB}/SoftLayer/testing/xmlrpc.pyc +${PYSITELIB}/SoftLayer/testing/xmlrpc.pyo ${PYSITELIB}/SoftLayer/transports.py +${PYSITELIB}/SoftLayer/transports.pyc +${PYSITELIB}/SoftLayer/transports.pyo ${PYSITELIB}/SoftLayer/utils.py +${PYSITELIB}/SoftLayer/utils.pyc +${PYSITELIB}/SoftLayer/utils.pyo diff --git a/net/py-softlayer/distinfo b/net/py-softlayer/distinfo index 44da509453e..654672ecf08 100644 --- a/net/py-softlayer/distinfo +++ b/net/py-softlayer/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2018/01/23 08:58:01 fhajny Exp $ +$NetBSD: distinfo,v 1.5 2018/10/16 13:49:53 adam Exp $ -SHA1 (SoftLayer-5.4.0.tar.gz) = cbd29990a71b7503eac280ad6d6c6449fc694e53 -RMD160 (SoftLayer-5.4.0.tar.gz) = 482fc691257e322f20531108622a29acf1ee6bbf -SHA512 (SoftLayer-5.4.0.tar.gz) = b41aa4f8bdd511b46910b0362ab56fdc9dff726a1691ccf4ecb9ff7e31c336360e9d84feb9241d3698b86be6ccc6bbd4be2c1f8598a22ae79e60b9ba27f06ea2 -Size (SoftLayer-5.4.0.tar.gz) = 250363 bytes -SHA1 (patch-setup.py) = 195435ad071cfd97e1fc97a714396a3e3c4d9436 +SHA1 (SoftLayer-5.5.3.tar.gz) = 371c154870d0a022c714ce0434630ac25f7ceaf2 +RMD160 (SoftLayer-5.5.3.tar.gz) = dd41aef3984376e6f72f058285811934d580cc3d +SHA512 (SoftLayer-5.5.3.tar.gz) = 6cfee6c9b2a5a4df3d1301c55903dff813473f26c11bc194b18cc736966ab4d79283c8f48ba936d7e151f03b0a8e45ea49833e0bd241f58c8b51b5e569845976 +Size (SoftLayer-5.5.3.tar.gz) = 276555 bytes +SHA1 (patch-setup.py) = bb5f80c300053b97f2cb7f345981a6fcdc8e58e1 diff --git a/net/py-softlayer/patches/patch-setup.py b/net/py-softlayer/patches/patch-setup.py index 26f6acf8406..3afd1c33355 100644 --- a/net/py-softlayer/patches/patch-setup.py +++ b/net/py-softlayer/patches/patch-setup.py @@ -1,25 +1,15 @@ -$NetBSD: patch-setup.py,v 1.1 2018/01/23 08:58:01 fhajny Exp $ +$NetBSD: patch-setup.py,v 1.2 2018/10/16 13:49:53 adam Exp $ -Version Python scripts. +Relax requirements. ---- setup.py.orig 2018-01-15 20:57:28.000000000 +0000 +--- setup.py.orig 2018-10-16 13:35:40.000000000 +0000 +++ setup.py -@@ -1,6 +1,7 @@ - from __future__ import print_function - import codecs - import os -+import sys - - from setuptools import setup, find_packages - -@@ -25,8 +26,8 @@ setup( - url='http://github.com/softlayer/softlayer-python', - entry_points={ - 'console_scripts': [ -- 'slcli = SoftLayer.CLI.core:main', -- 'sl = SoftLayer.CLI.deprecated:main', -+ 'slcli' + sys.version[0:3] + ' = SoftLayer.CLI.core:main', -+ 'sl' + sys.version[0:3] + ' = SoftLayer.CLI.deprecated:main', - ], - }, +@@ -32,7 +32,7 @@ setup( install_requires=[ + 'six >= 1.7.0', + 'ptable >= 0.9.2', +- 'click >= 5, < 7', ++ 'click >= 5', + 'requests >= 2.18.4', + 'prompt_toolkit >= 0.53', + 'pygments >= 2.0.0', |