pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-softlayer



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Jan 23 08:58:01 UTC 2018

Modified Files:
        pkgsrc/net/py-softlayer: Makefile PLIST distinfo
Added Files:
        pkgsrc/net/py-softlayer: ALTERNATIVES
        pkgsrc/net/py-softlayer/patches: patch-setup.py
Removed Files:
        pkgsrc/net/py-softlayer/patches: patch-README.rst

Log Message:
Update net/py-softlayer to 5.4.0.

Five years worth of changes, please see the changelog:

  https://github.com/softlayer/softlayer-python/blob/master/CHANGELOG.md


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-softlayer/ALTERNATIVES
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-softlayer/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-softlayer/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-softlayer/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/py-softlayer/patches/patch-README.rst
cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-softlayer/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-softlayer/Makefile
diff -u pkgsrc/net/py-softlayer/Makefile:1.5 pkgsrc/net/py-softlayer/Makefile:1.6
--- pkgsrc/net/py-softlayer/Makefile:1.5        Thu Jun  9 05:55:35 2016
+++ pkgsrc/net/py-softlayer/Makefile    Tue Jan 23 08:58:01 2018
@@ -1,20 +1,24 @@
-# $NetBSD: Makefile,v 1.5 2016/06/09 05:55:35 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2018/01/23 08:58:01 fhajny Exp $
 
-DISTNAME=      SoftLayer-3.0.2
+DISTNAME=      SoftLayer-5.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/}
-PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SoftLayer/}
 
 MAINTAINER=    imil%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/SoftLayer
+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}-docopt>=0.6.1:../../devel/py-docopt
+DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=0.53:../../devel/py-prompt_toolkit
+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
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/py-softlayer/PLIST
diff -u pkgsrc/net/py-softlayer/PLIST:1.1 pkgsrc/net/py-softlayer/PLIST:1.2
--- pkgsrc/net/py-softlayer/PLIST:1.1   Thu Apr 17 14:54:07 2014
+++ pkgsrc/net/py-softlayer/PLIST       Tue Jan 23 08:58:01 2018
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2014/04/17 14:54:07 imil Exp $
-bin/sl
+@comment $NetBSD: PLIST,v 1.2 2018/01/23 08:58:01 fhajny Exp $
+bin/sl${PYVERSSUFFIX}
+bin/slcli${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,231 +9,983 @@ ${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__.pyc
 ${PYSITELIB}/SoftLayer/CLI/__init__.pyo
-${PYSITELIB}/SoftLayer/CLI/core.py
-${PYSITELIB}/SoftLayer/CLI/core.pyc
+${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/environment.py
-${PYSITELIB}/SoftLayer/CLI/environment.pyc
+${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/exceptions.py
-${PYSITELIB}/SoftLayer/CLI/exceptions.pyc
+${PYSITELIB}/SoftLayer/CLI/environment.pyc
 ${PYSITELIB}/SoftLayer/CLI/exceptions.pyo
-${PYSITELIB}/SoftLayer/CLI/formatting.py
-${PYSITELIB}/SoftLayer/CLI/formatting.pyc
+${PYSITELIB}/SoftLayer/CLI/exceptions.pyc
 ${PYSITELIB}/SoftLayer/CLI/formatting.pyo
-${PYSITELIB}/SoftLayer/CLI/helpers.py
-${PYSITELIB}/SoftLayer/CLI/helpers.pyc
+${PYSITELIB}/SoftLayer/CLI/formatting.pyc
 ${PYSITELIB}/SoftLayer/CLI/helpers.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/__init__.py
-${PYSITELIB}/SoftLayer/CLI/modules/__init__.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/__init__.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/bmc.py
-${PYSITELIB}/SoftLayer/CLI/modules/bmc.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/bmc.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/cci.py
-${PYSITELIB}/SoftLayer/CLI/modules/cci.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/cci.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/config.py
-${PYSITELIB}/SoftLayer/CLI/modules/config.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/config.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/dns.py
-${PYSITELIB}/SoftLayer/CLI/modules/dns.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/dns.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/filters.py
-${PYSITELIB}/SoftLayer/CLI/modules/filters.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/filters.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/firewall.py
-${PYSITELIB}/SoftLayer/CLI/modules/firewall.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/firewall.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/globalip.py
-${PYSITELIB}/SoftLayer/CLI/modules/globalip.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/globalip.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/help.py
-${PYSITELIB}/SoftLayer/CLI/modules/help.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/help.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/image.py
-${PYSITELIB}/SoftLayer/CLI/modules/image.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/image.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/iscsi.py
-${PYSITELIB}/SoftLayer/CLI/modules/iscsi.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/iscsi.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/messaging.py
-${PYSITELIB}/SoftLayer/CLI/modules/messaging.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/messaging.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/metadata.py
-${PYSITELIB}/SoftLayer/CLI/modules/metadata.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/metadata.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/nas.py
-${PYSITELIB}/SoftLayer/CLI/modules/nas.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/nas.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/rwhois.py
-${PYSITELIB}/SoftLayer/CLI/modules/rwhois.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/rwhois.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/server.py
-${PYSITELIB}/SoftLayer/CLI/modules/server.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/server.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/sshkey.py
-${PYSITELIB}/SoftLayer/CLI/modules/sshkey.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/sshkey.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/ssl.py
-${PYSITELIB}/SoftLayer/CLI/modules/ssl.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/ssl.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/subnet.py
-${PYSITELIB}/SoftLayer/CLI/modules/subnet.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/subnet.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/summary.py
-${PYSITELIB}/SoftLayer/CLI/modules/summary.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/summary.pyo
-${PYSITELIB}/SoftLayer/CLI/modules/vlan.py
-${PYSITELIB}/SoftLayer/CLI/modules/vlan.pyc
-${PYSITELIB}/SoftLayer/CLI/modules/vlan.pyo
-${PYSITELIB}/SoftLayer/CLI/template.py
-${PYSITELIB}/SoftLayer/CLI/template.pyc
+${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/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/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/authorize.py
+${PYSITELIB}/SoftLayer/CLI/block/access/list.py
+${PYSITELIB}/SoftLayer/CLI/block/access/password.py
+${PYSITELIB}/SoftLayer/CLI/block/access/revoke.py
+${PYSITELIB}/SoftLayer/CLI/block/cancel.py
+${PYSITELIB}/SoftLayer/CLI/block/count.py
+${PYSITELIB}/SoftLayer/CLI/block/detail.py
+${PYSITELIB}/SoftLayer/CLI/block/duplicate.py
+${PYSITELIB}/SoftLayer/CLI/block/list.py
+${PYSITELIB}/SoftLayer/CLI/block/lun.py
+${PYSITELIB}/SoftLayer/CLI/block/modify.py
+${PYSITELIB}/SoftLayer/CLI/block/order.py
+${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/failback.py
+${PYSITELIB}/SoftLayer/CLI/block/replication/failover.py
+${PYSITELIB}/SoftLayer/CLI/block/replication/locations.py
+${PYSITELIB}/SoftLayer/CLI/block/replication/order.py
+${PYSITELIB}/SoftLayer/CLI/block/replication/partners.py
+${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/cancel.py
+${PYSITELIB}/SoftLayer/CLI/block/snapshot/create.py
+${PYSITELIB}/SoftLayer/CLI/block/snapshot/delete.py
+${PYSITELIB}/SoftLayer/CLI/block/snapshot/disable.py
+${PYSITELIB}/SoftLayer/CLI/block/snapshot/enable.py
+${PYSITELIB}/SoftLayer/CLI/block/snapshot/list.py
+${PYSITELIB}/SoftLayer/CLI/block/snapshot/order.py
+${PYSITELIB}/SoftLayer/CLI/block/snapshot/restore.py
+${PYSITELIB}/SoftLayer/CLI/block/snapshot/schedule_list.py
+${PYSITELIB}/SoftLayer/CLI/call_api.py
+${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/detail.py
+${PYSITELIB}/SoftLayer/CLI/cdn/list.py
+${PYSITELIB}/SoftLayer/CLI/cdn/load.py
+${PYSITELIB}/SoftLayer/CLI/cdn/origin_add.py
+${PYSITELIB}/SoftLayer/CLI/cdn/origin_list.py
+${PYSITELIB}/SoftLayer/CLI/cdn/origin_remove.py
+${PYSITELIB}/SoftLayer/CLI/cdn/purge.py
+${PYSITELIB}/SoftLayer/CLI/columns.py
+${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/setup.py
+${PYSITELIB}/SoftLayer/CLI/config/show.py
+${PYSITELIB}/SoftLayer/CLI/core.py
+${PYSITELIB}/SoftLayer/CLI/custom_types.py
+${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/create.py
+${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create_options.py
+${PYSITELIB}/SoftLayer/CLI/dedicatedhost/detail.py
+${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.py
+${PYSITELIB}/SoftLayer/CLI/deprecated.py
+${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/record_add.py
+${PYSITELIB}/SoftLayer/CLI/dns/record_edit.py
+${PYSITELIB}/SoftLayer/CLI/dns/record_list.py
+${PYSITELIB}/SoftLayer/CLI/dns/record_remove.py
+${PYSITELIB}/SoftLayer/CLI/dns/zone_create.py
+${PYSITELIB}/SoftLayer/CLI/dns/zone_delete.py
+${PYSITELIB}/SoftLayer/CLI/dns/zone_import.py
+${PYSITELIB}/SoftLayer/CLI/dns/zone_list.py
+${PYSITELIB}/SoftLayer/CLI/dns/zone_print.py
+${PYSITELIB}/SoftLayer/CLI/environment.py
+${PYSITELIB}/SoftLayer/CLI/exceptions.py
+${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/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/authorize.py
+${PYSITELIB}/SoftLayer/CLI/file/access/list.py
+${PYSITELIB}/SoftLayer/CLI/file/access/revoke.py
+${PYSITELIB}/SoftLayer/CLI/file/cancel.py
+${PYSITELIB}/SoftLayer/CLI/file/count.py
+${PYSITELIB}/SoftLayer/CLI/file/detail.py
+${PYSITELIB}/SoftLayer/CLI/file/duplicate.py
+${PYSITELIB}/SoftLayer/CLI/file/list.py
+${PYSITELIB}/SoftLayer/CLI/file/modify.py
+${PYSITELIB}/SoftLayer/CLI/file/order.py
+${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/failback.py
+${PYSITELIB}/SoftLayer/CLI/file/replication/failover.py
+${PYSITELIB}/SoftLayer/CLI/file/replication/locations.py
+${PYSITELIB}/SoftLayer/CLI/file/replication/order.py
+${PYSITELIB}/SoftLayer/CLI/file/replication/partners.py
+${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/cancel.py
+${PYSITELIB}/SoftLayer/CLI/file/snapshot/create.py
+${PYSITELIB}/SoftLayer/CLI/file/snapshot/delete.py
+${PYSITELIB}/SoftLayer/CLI/file/snapshot/disable.py
+${PYSITELIB}/SoftLayer/CLI/file/snapshot/enable.py
+${PYSITELIB}/SoftLayer/CLI/file/snapshot/list.py
+${PYSITELIB}/SoftLayer/CLI/file/snapshot/order.py
+${PYSITELIB}/SoftLayer/CLI/file/snapshot/restore.py
+${PYSITELIB}/SoftLayer/CLI/file/snapshot/schedule_list.py
+${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/add.py
+${PYSITELIB}/SoftLayer/CLI/firewall/cancel.py
+${PYSITELIB}/SoftLayer/CLI/firewall/detail.py
+${PYSITELIB}/SoftLayer/CLI/firewall/edit.py
+${PYSITELIB}/SoftLayer/CLI/firewall/list.py
+${PYSITELIB}/SoftLayer/CLI/formatting.py
+${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/assign.py
+${PYSITELIB}/SoftLayer/CLI/globalip/cancel.py
+${PYSITELIB}/SoftLayer/CLI/globalip/create.py
+${PYSITELIB}/SoftLayer/CLI/globalip/list.py
+${PYSITELIB}/SoftLayer/CLI/globalip/unassign.py
+${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/cancel.py
+${PYSITELIB}/SoftLayer/CLI/hardware/cancel_reasons.py
+${PYSITELIB}/SoftLayer/CLI/hardware/create.py
+${PYSITELIB}/SoftLayer/CLI/hardware/create_options.py
+${PYSITELIB}/SoftLayer/CLI/hardware/credentials.py
+${PYSITELIB}/SoftLayer/CLI/hardware/detail.py
+${PYSITELIB}/SoftLayer/CLI/hardware/edit.py
+${PYSITELIB}/SoftLayer/CLI/hardware/list.py
+${PYSITELIB}/SoftLayer/CLI/hardware/power.py
+${PYSITELIB}/SoftLayer/CLI/hardware/ready.py
+${PYSITELIB}/SoftLayer/CLI/hardware/reload.py
+${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.py
+${PYSITELIB}/SoftLayer/CLI/helpers.py
+${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/delete.py
+${PYSITELIB}/SoftLayer/CLI/image/detail.py
+${PYSITELIB}/SoftLayer/CLI/image/edit.py
+${PYSITELIB}/SoftLayer/CLI/image/export.py
+${PYSITELIB}/SoftLayer/CLI/image/import.py
+${PYSITELIB}/SoftLayer/CLI/image/list.py
+${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/cancel.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/create.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/create_options.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/detail.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/group_add.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/group_delete.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/group_edit.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/group_reset.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/health_checks.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/list.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/routing_methods.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/routing_types.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/service_add.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/service_delete.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/service_edit.py
+${PYSITELIB}/SoftLayer/CLI/loadbal/service_toggle.py
+${PYSITELIB}/SoftLayer/CLI/metadata.py
+${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/accounts_list.py
+${PYSITELIB}/SoftLayer/CLI/mq/endpoints_list.py
+${PYSITELIB}/SoftLayer/CLI/mq/ping.py
+${PYSITELIB}/SoftLayer/CLI/mq/queue_add.py
+${PYSITELIB}/SoftLayer/CLI/mq/queue_detail.py
+${PYSITELIB}/SoftLayer/CLI/mq/queue_edit.py
+${PYSITELIB}/SoftLayer/CLI/mq/queue_list.py
+${PYSITELIB}/SoftLayer/CLI/mq/queue_pop.py
+${PYSITELIB}/SoftLayer/CLI/mq/queue_push.py
+${PYSITELIB}/SoftLayer/CLI/mq/queue_remove.py
+${PYSITELIB}/SoftLayer/CLI/mq/topic_add.py
+${PYSITELIB}/SoftLayer/CLI/mq/topic_detail.py
+${PYSITELIB}/SoftLayer/CLI/mq/topic_list.py
+${PYSITELIB}/SoftLayer/CLI/mq/topic_push.py
+${PYSITELIB}/SoftLayer/CLI/mq/topic_remove.py
+${PYSITELIB}/SoftLayer/CLI/mq/topic_subscribe.py
+${PYSITELIB}/SoftLayer/CLI/mq/topic_unsubscribe.py
+${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/credentials.py
+${PYSITELIB}/SoftLayer/CLI/nas/list.py
+${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/list_accounts.py
+${PYSITELIB}/SoftLayer/CLI/object_storage/list_endpoints.py
+${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/category_list.py
+${PYSITELIB}/SoftLayer/CLI/order/item_list.py
+${PYSITELIB}/SoftLayer/CLI/order/package_list.py
+${PYSITELIB}/SoftLayer/CLI/order/package_locations.py
+${PYSITELIB}/SoftLayer/CLI/order/place.py
+${PYSITELIB}/SoftLayer/CLI/order/preset_list.py
+${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/bandwidth.py
+${PYSITELIB}/SoftLayer/CLI/routes.py
+${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/edit.py
+${PYSITELIB}/SoftLayer/CLI/rwhois/show.py
+${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/create.py
+${PYSITELIB}/SoftLayer/CLI/securitygroup/delete.py
+${PYSITELIB}/SoftLayer/CLI/securitygroup/detail.py
+${PYSITELIB}/SoftLayer/CLI/securitygroup/edit.py
+${PYSITELIB}/SoftLayer/CLI/securitygroup/interface.py
+${PYSITELIB}/SoftLayer/CLI/securitygroup/list.py
+${PYSITELIB}/SoftLayer/CLI/securitygroup/rule.py
+${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/add.py
+${PYSITELIB}/SoftLayer/CLI/sshkey/edit.py
+${PYSITELIB}/SoftLayer/CLI/sshkey/list.py
+${PYSITELIB}/SoftLayer/CLI/sshkey/print.py
+${PYSITELIB}/SoftLayer/CLI/sshkey/remove.py
+${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/add.py
+${PYSITELIB}/SoftLayer/CLI/ssl/download.py
+${PYSITELIB}/SoftLayer/CLI/ssl/edit.py
+${PYSITELIB}/SoftLayer/CLI/ssl/list.py
+${PYSITELIB}/SoftLayer/CLI/ssl/remove.py
+${PYSITELIB}/SoftLayer/CLI/storage_utils.py
+${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/cancel.py
+${PYSITELIB}/SoftLayer/CLI/subnet/create.py
+${PYSITELIB}/SoftLayer/CLI/subnet/detail.py
+${PYSITELIB}/SoftLayer/CLI/subnet/list.py
+${PYSITELIB}/SoftLayer/CLI/subnet/lookup.py
+${PYSITELIB}/SoftLayer/CLI/summary.py
+${PYSITELIB}/SoftLayer/CLI/template.py
+${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/attach.py
+${PYSITELIB}/SoftLayer/CLI/ticket/create.py
+${PYSITELIB}/SoftLayer/CLI/ticket/detach.py
+${PYSITELIB}/SoftLayer/CLI/ticket/detail.py
+${PYSITELIB}/SoftLayer/CLI/ticket/list.py
+${PYSITELIB}/SoftLayer/CLI/ticket/subjects.py
+${PYSITELIB}/SoftLayer/CLI/ticket/summary.py
+${PYSITELIB}/SoftLayer/CLI/ticket/update.py
+${PYSITELIB}/SoftLayer/CLI/ticket/upload.py
+${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/cancel.py
+${PYSITELIB}/SoftLayer/CLI/virt/capture.py
+${PYSITELIB}/SoftLayer/CLI/virt/create.py
+${PYSITELIB}/SoftLayer/CLI/virt/create_options.py
+${PYSITELIB}/SoftLayer/CLI/virt/credentials.py
+${PYSITELIB}/SoftLayer/CLI/virt/detail.py
+${PYSITELIB}/SoftLayer/CLI/virt/dns.py
+${PYSITELIB}/SoftLayer/CLI/virt/edit.py
+${PYSITELIB}/SoftLayer/CLI/virt/list.py
+${PYSITELIB}/SoftLayer/CLI/virt/power.py
+${PYSITELIB}/SoftLayer/CLI/virt/ready.py
+${PYSITELIB}/SoftLayer/CLI/virt/reload.py
+${PYSITELIB}/SoftLayer/CLI/virt/upgrade.py
+${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/detail.py
+${PYSITELIB}/SoftLayer/CLI/vlan/list.py
+${PYSITELIB}/SoftLayer/CLI/vpn/__init__.py
+${PYSITELIB}/SoftLayer/CLI/vpn/__init__.pyo
+${PYSITELIB}/SoftLayer/CLI/vpn/__init__.pyc
+${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/configure.py
+${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/detail.py
+${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.py
+${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/add.py
+${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/remove.py
+${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/add.py
+${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/remove.py
+${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/update.py
+${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/update.py
 ${PYSITELIB}/SoftLayer/__init__.py
-${PYSITELIB}/SoftLayer/__init__.pyc
+${PYSITELIB}/SoftLayer/API.pyo
+${PYSITELIB}/SoftLayer/API.pyc
 ${PYSITELIB}/SoftLayer/__init__.pyo
-${PYSITELIB}/SoftLayer/auth.py
-${PYSITELIB}/SoftLayer/auth.pyc
+${PYSITELIB}/SoftLayer/__init__.pyc
 ${PYSITELIB}/SoftLayer/auth.pyo
-${PYSITELIB}/SoftLayer/config.py
-${PYSITELIB}/SoftLayer/config.pyc
+${PYSITELIB}/SoftLayer/auth.pyc
 ${PYSITELIB}/SoftLayer/config.pyo
-${PYSITELIB}/SoftLayer/consts.py
-${PYSITELIB}/SoftLayer/consts.pyc
+${PYSITELIB}/SoftLayer/config.pyc
 ${PYSITELIB}/SoftLayer/consts.pyo
-${PYSITELIB}/SoftLayer/exceptions.py
-${PYSITELIB}/SoftLayer/exceptions.pyc
+${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/auth.py
+${PYSITELIB}/SoftLayer/config.py
+${PYSITELIB}/SoftLayer/consts.py
+${PYSITELIB}/SoftLayer/decoration.py
+${PYSITELIB}/SoftLayer/exceptions.py
+${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_Billing_Item.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order_Quote.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order_Quote.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain_ResourceRecord.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain_ResourceRecord.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware_Server.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware_Server.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location.pyo
+${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_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_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_Type.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.pyo
+${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_Group.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.pyo
+${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_VirtualServer.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_ContentDelivery_Account.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_ContentDelivery_Account.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Allowed_Host.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Allowed_Host.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress_Global.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress_Global.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_Rwhois_Data.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_Rwhois_Data.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan_Firewall.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan_Firewall.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Order.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Order.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Certificate.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Certificate.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket_Subject.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket_Subject.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.pyc
+${PYSITELIB}/SoftLayer/fixtures/__init__.pyo
+${PYSITELIB}/SoftLayer/fixtures/__init__.pyc
 ${PYSITELIB}/SoftLayer/managers/__init__.py
-${PYSITELIB}/SoftLayer/managers/__init__.pyc
 ${PYSITELIB}/SoftLayer/managers/__init__.pyo
-${PYSITELIB}/SoftLayer/managers/cci.py
-${PYSITELIB}/SoftLayer/managers/cci.pyc
-${PYSITELIB}/SoftLayer/managers/cci.pyo
-${PYSITELIB}/SoftLayer/managers/dns.py
-${PYSITELIB}/SoftLayer/managers/dns.pyc
+${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/firewall.py
-${PYSITELIB}/SoftLayer/managers/firewall.pyc
+${PYSITELIB}/SoftLayer/managers/dns.pyc
+${PYSITELIB}/SoftLayer/managers/file.pyo
+${PYSITELIB}/SoftLayer/managers/file.pyc
 ${PYSITELIB}/SoftLayer/managers/firewall.pyo
-${PYSITELIB}/SoftLayer/managers/hardware.py
-${PYSITELIB}/SoftLayer/managers/hardware.pyc
+${PYSITELIB}/SoftLayer/managers/firewall.pyc
 ${PYSITELIB}/SoftLayer/managers/hardware.pyo
-${PYSITELIB}/SoftLayer/managers/messaging.py
-${PYSITELIB}/SoftLayer/managers/messaging.pyc
+${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/metadata.py
-${PYSITELIB}/SoftLayer/managers/metadata.pyc
+${PYSITELIB}/SoftLayer/managers/messaging.pyc
 ${PYSITELIB}/SoftLayer/managers/metadata.pyo
-${PYSITELIB}/SoftLayer/managers/network.py
-${PYSITELIB}/SoftLayer/managers/network.pyc
+${PYSITELIB}/SoftLayer/managers/metadata.pyc
 ${PYSITELIB}/SoftLayer/managers/network.pyo
-${PYSITELIB}/SoftLayer/managers/sshkey.py
-${PYSITELIB}/SoftLayer/managers/sshkey.pyc
+${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/ssl.py
-${PYSITELIB}/SoftLayer/managers/ssl.pyc
+${PYSITELIB}/SoftLayer/managers/sshkey.pyc
 ${PYSITELIB}/SoftLayer/managers/ssl.pyo
-${PYSITELIB}/SoftLayer/tests/CLI/__init__.py
-${PYSITELIB}/SoftLayer/tests/CLI/__init__.pyc
-${PYSITELIB}/SoftLayer/tests/CLI/__init__.pyo
-${PYSITELIB}/SoftLayer/tests/CLI/core_tests.py
-${PYSITELIB}/SoftLayer/tests/CLI/core_tests.pyc
-${PYSITELIB}/SoftLayer/tests/CLI/core_tests.pyo
-${PYSITELIB}/SoftLayer/tests/CLI/environment_tests.py
-${PYSITELIB}/SoftLayer/tests/CLI/environment_tests.pyc
-${PYSITELIB}/SoftLayer/tests/CLI/environment_tests.pyo
-${PYSITELIB}/SoftLayer/tests/CLI/helper_tests.py
-${PYSITELIB}/SoftLayer/tests/CLI/helper_tests.pyc
-${PYSITELIB}/SoftLayer/tests/CLI/helper_tests.pyo
-${PYSITELIB}/SoftLayer/tests/CLI/modules/__init__.py
-${PYSITELIB}/SoftLayer/tests/CLI/modules/__init__.pyc
-${PYSITELIB}/SoftLayer/tests/CLI/modules/__init__.pyo
-${PYSITELIB}/SoftLayer/tests/CLI/modules/bmc_tests.py
-${PYSITELIB}/SoftLayer/tests/CLI/modules/bmc_tests.pyc
-${PYSITELIB}/SoftLayer/tests/CLI/modules/bmc_tests.pyo
-${PYSITELIB}/SoftLayer/tests/CLI/modules/server_tests.py
-${PYSITELIB}/SoftLayer/tests/CLI/modules/server_tests.pyc
-${PYSITELIB}/SoftLayer/tests/CLI/modules/server_tests.pyo
-${PYSITELIB}/SoftLayer/tests/__init__.py
-${PYSITELIB}/SoftLayer/tests/__init__.pyc
-${PYSITELIB}/SoftLayer/tests/__init__.pyo
-${PYSITELIB}/SoftLayer/tests/api_tests.py
-${PYSITELIB}/SoftLayer/tests/api_tests.pyc
-${PYSITELIB}/SoftLayer/tests/api_tests.pyo
-${PYSITELIB}/SoftLayer/tests/auth_tests.py
-${PYSITELIB}/SoftLayer/tests/auth_tests.pyc
-${PYSITELIB}/SoftLayer/tests/auth_tests.pyo
-${PYSITELIB}/SoftLayer/tests/basic_tests.py
-${PYSITELIB}/SoftLayer/tests/basic_tests.pyc
-${PYSITELIB}/SoftLayer/tests/basic_tests.pyo
-${PYSITELIB}/SoftLayer/tests/config_tests.py
-${PYSITELIB}/SoftLayer/tests/config_tests.pyc
-${PYSITELIB}/SoftLayer/tests/config_tests.pyo
-${PYSITELIB}/SoftLayer/tests/fixtures/empty.conf
-${PYSITELIB}/SoftLayer/tests/fixtures/full.conf
-${PYSITELIB}/SoftLayer/tests/fixtures/no_options.conf
-${PYSITELIB}/SoftLayer/tests/fixtures/sample_cci_template.conf
-${PYSITELIB}/SoftLayer/tests/functional_tests.py
-${PYSITELIB}/SoftLayer/tests/functional_tests.pyc
-${PYSITELIB}/SoftLayer/tests/functional_tests.pyo
-${PYSITELIB}/SoftLayer/tests/managers/__init__.py
-${PYSITELIB}/SoftLayer/tests/managers/__init__.pyc
-${PYSITELIB}/SoftLayer/tests/managers/__init__.pyo
-${PYSITELIB}/SoftLayer/tests/managers/cci_tests.py
-${PYSITELIB}/SoftLayer/tests/managers/cci_tests.pyc
-${PYSITELIB}/SoftLayer/tests/managers/cci_tests.pyo
-${PYSITELIB}/SoftLayer/tests/managers/dns_tests.py
-${PYSITELIB}/SoftLayer/tests/managers/dns_tests.pyc
-${PYSITELIB}/SoftLayer/tests/managers/dns_tests.pyo
-${PYSITELIB}/SoftLayer/tests/managers/firewall_tests.py
-${PYSITELIB}/SoftLayer/tests/managers/firewall_tests.pyc
-${PYSITELIB}/SoftLayer/tests/managers/firewall_tests.pyo
-${PYSITELIB}/SoftLayer/tests/managers/hardware_tests.py
-${PYSITELIB}/SoftLayer/tests/managers/hardware_tests.pyc
-${PYSITELIB}/SoftLayer/tests/managers/hardware_tests.pyo
-${PYSITELIB}/SoftLayer/tests/managers/metadata_tests.py
-${PYSITELIB}/SoftLayer/tests/managers/metadata_tests.pyc
-${PYSITELIB}/SoftLayer/tests/managers/metadata_tests.pyo
-${PYSITELIB}/SoftLayer/tests/managers/network_tests.py
-${PYSITELIB}/SoftLayer/tests/managers/network_tests.pyc
-${PYSITELIB}/SoftLayer/tests/managers/network_tests.pyo
-${PYSITELIB}/SoftLayer/tests/managers/queue_tests.py
-${PYSITELIB}/SoftLayer/tests/managers/queue_tests.pyc
-${PYSITELIB}/SoftLayer/tests/managers/queue_tests.pyo
-${PYSITELIB}/SoftLayer/tests/managers/sshkey_tests.py
-${PYSITELIB}/SoftLayer/tests/managers/sshkey_tests.pyc
-${PYSITELIB}/SoftLayer/tests/managers/sshkey_tests.pyo
-${PYSITELIB}/SoftLayer/tests/managers/ssl_tests.py
-${PYSITELIB}/SoftLayer/tests/managers/ssl_tests.pyc
-${PYSITELIB}/SoftLayer/tests/managers/ssl_tests.pyo
-${PYSITELIB}/SoftLayer/tests/mocks/__init__.py
-${PYSITELIB}/SoftLayer/tests/mocks/__init__.pyc
-${PYSITELIB}/SoftLayer/tests/mocks/__init__.pyo
-${PYSITELIB}/SoftLayer/tests/mocks/account_mock.py
-${PYSITELIB}/SoftLayer/tests/mocks/account_mock.pyc
-${PYSITELIB}/SoftLayer/tests/mocks/account_mock.pyo
-${PYSITELIB}/SoftLayer/tests/mocks/hardware_mock.py
-${PYSITELIB}/SoftLayer/tests/mocks/hardware_mock.pyc
-${PYSITELIB}/SoftLayer/tests/mocks/hardware_mock.pyo
-${PYSITELIB}/SoftLayer/tests/mocks/product_package_mock.py
-${PYSITELIB}/SoftLayer/tests/mocks/product_package_mock.pyc
-${PYSITELIB}/SoftLayer/tests/mocks/product_package_mock.pyo
-${PYSITELIB}/SoftLayer/tests/mocks/virtual_guest_mock.py
-${PYSITELIB}/SoftLayer/tests/mocks/virtual_guest_mock.pyc
-${PYSITELIB}/SoftLayer/tests/mocks/virtual_guest_mock.pyo
-${PYSITELIB}/SoftLayer/tests/transport_tests.py
-${PYSITELIB}/SoftLayer/tests/transport_tests.pyc
-${PYSITELIB}/SoftLayer/tests/transport_tests.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/block.py
+${PYSITELIB}/SoftLayer/managers/cdn.py
+${PYSITELIB}/SoftLayer/managers/dedicated_host.py
+${PYSITELIB}/SoftLayer/managers/dns.py
+${PYSITELIB}/SoftLayer/managers/file.py
+${PYSITELIB}/SoftLayer/managers/firewall.py
+${PYSITELIB}/SoftLayer/managers/hardware.py
+${PYSITELIB}/SoftLayer/managers/image.py
+${PYSITELIB}/SoftLayer/managers/ipsec.py
+${PYSITELIB}/SoftLayer/managers/load_balancer.py
+${PYSITELIB}/SoftLayer/managers/messaging.py
+${PYSITELIB}/SoftLayer/managers/metadata.py
+${PYSITELIB}/SoftLayer/managers/network.py
+${PYSITELIB}/SoftLayer/managers/object_storage.py
+${PYSITELIB}/SoftLayer/managers/ordering.py
+${PYSITELIB}/SoftLayer/managers/sshkey.py
+${PYSITELIB}/SoftLayer/managers/ssl.py
+${PYSITELIB}/SoftLayer/managers/storage_utils.py
+${PYSITELIB}/SoftLayer/managers/ticket.py
+${PYSITELIB}/SoftLayer/managers/vs.py
+${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/cmd_env.py
+${PYSITELIB}/SoftLayer/shell/cmd_exit.py
+${PYSITELIB}/SoftLayer/shell/cmd_help.py
+${PYSITELIB}/SoftLayer/shell/completer.py
+${PYSITELIB}/SoftLayer/shell/core.py
+${PYSITELIB}/SoftLayer/shell/routes.py
+${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/xmlrpc.py
 ${PYSITELIB}/SoftLayer/transports.py
-${PYSITELIB}/SoftLayer/transports.pyc
-${PYSITELIB}/SoftLayer/transports.pyo
 ${PYSITELIB}/SoftLayer/utils.py
-${PYSITELIB}/SoftLayer/utils.pyc
-${PYSITELIB}/SoftLayer/utils.pyo

Index: pkgsrc/net/py-softlayer/distinfo
diff -u pkgsrc/net/py-softlayer/distinfo:1.3 pkgsrc/net/py-softlayer/distinfo:1.4
--- pkgsrc/net/py-softlayer/distinfo:1.3        Wed Nov  4 00:35:32 2015
+++ pkgsrc/net/py-softlayer/distinfo    Tue Jan 23 08:58:01 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:35:32 agc Exp $
+$NetBSD: distinfo,v 1.4 2018/01/23 08:58:01 fhajny Exp $
 
-SHA1 (SoftLayer-3.0.2.tar.gz) = 55d4bbcd8618b4e124d84e6d6a7e2f26dfb5d10f
-RMD160 (SoftLayer-3.0.2.tar.gz) = 9593e18c5f306b0b02363efecd323d08da142897
-SHA512 (SoftLayer-3.0.2.tar.gz) = 02497504752df21defa17c00f9d6fa6477644a85b32afa2826fb2c747ea943c1a8693365a717df658033f956298e1bc84991491ef0fa89cb8264f67a6c21b2c6
-Size (SoftLayer-3.0.2.tar.gz) = 99747 bytes
-SHA1 (patch-README.rst) = 24c79958fab4ebad570a97bb37c84bcb82d6f171
+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

Added files:

Index: pkgsrc/net/py-softlayer/ALTERNATIVES
diff -u /dev/null pkgsrc/net/py-softlayer/ALTERNATIVES:1.1
--- /dev/null   Tue Jan 23 08:58:01 2018
+++ pkgsrc/net/py-softlayer/ALTERNATIVES        Tue Jan 23 08:58:01 2018
@@ -0,0 +1,2 @@
+bin/sl @PREFIX@/bin/sl@PYVERSSUFFIX@
+bin/slcli @PREFIX@/bin/slcli@PYVERSSUFFIX@

Index: pkgsrc/net/py-softlayer/patches/patch-setup.py
diff -u /dev/null pkgsrc/net/py-softlayer/patches/patch-setup.py:1.1
--- /dev/null   Tue Jan 23 08:58:01 2018
+++ pkgsrc/net/py-softlayer/patches/patch-setup.py      Tue Jan 23 08:58:01 2018
@@ -0,0 +1,25 @@
+$NetBSD: patch-setup.py,v 1.1 2018/01/23 08:58:01 fhajny Exp $
+
+Version Python scripts.
+
+--- setup.py.orig      2018-01-15 20:57:28.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',
+         ],
+     },
+     install_requires=[



Home | Main Index | Thread Index | Old Index