Sun Feb 27 09:08:58 2022 UTC ()
py-softlayer: updated to 5.9.9

5.9.9

Improvements

Add loadbalancer timeout values
Add pricing date to slcli order preset-list

New Commands

slcli vlan create-options add new feature on vlan
slcli account bandwidth-pools Bandwidth pool features


(adam)
diff -r1.15 -r1.16 pkgsrc/net/py-softlayer/Makefile
diff -r1.9 -r1.10 pkgsrc/net/py-softlayer/PLIST
diff -r1.13 -r1.14 pkgsrc/net/py-softlayer/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/net/py-softlayer/Makefile (switch to unified diff)

--- pkgsrc/net/py-softlayer/Makefile 2022/01/05 15:41:18 1.15
+++ pkgsrc/net/py-softlayer/Makefile 2022/02/27 09:08:57 1.16
@@ -1,36 +1,35 @@ @@ -1,36 +1,35 @@
1# $NetBSD: Makefile,v 1.15 2022/01/05 15:41:18 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2022/02/27 09:08:57 adam Exp $
2 2
3DISTNAME= SoftLayer-5.9.8 3DISTNAME= SoftLayer-5.9.9
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/}
5PKGREVISION= 2 
6CATEGORIES= net python 5CATEGORIES= net python
7MASTER_SITES= ${MASTER_SITE_PYPI:=S/SoftLayer/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=S/SoftLayer/}
8 7
9MAINTAINER= imil@NetBSD.org 8MAINTAINER= imil@NetBSD.org
10HOMEPAGE= https://github.com/softlayer/softlayer-python 9HOMEPAGE= https://github.com/softlayer/softlayer-python
11COMMENT= SoftLayer API bindings for Python 10COMMENT= SoftLayer API bindings for Python
12LICENSE= mit 11LICENSE= mit
13 12
14DEPENDS+= ${PYPKGPREFIX}-click>=7:../../devel/py-click 13DEPENDS+= ${PYPKGPREFIX}-click>=7:../../devel/py-click
15DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=2:../../devel/py-prompt_toolkit 14DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=2:../../devel/py-prompt_toolkit
16DEPENDS+= ${PYPKGPREFIX}-ptable>=0.9.2:../../textproc/py-ptable 15DEPENDS+= ${PYPKGPREFIX}-ptable>=0.9.2:../../textproc/py-ptable
17DEPENDS+= ${PYPKGPREFIX}-pygments>=2.0.0:../../textproc/py-pygments 16DEPENDS+= ${PYPKGPREFIX}-pygments>=2.0.0:../../textproc/py-pygments
18DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests 17DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
19DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.24:../../www/py-urllib3 18DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.24:../../www/py-urllib3
20TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 19TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
21 20
22USE_LANGUAGES= # none 21USE_LANGUAGES= # none
23 22
24PYSETUPTESTTARGET= pytest 23PYSETUPTESTTARGET= pytest
25 24
26PYTHON_VERSIONS_INCOMPATIBLE= 27 25PYTHON_VERSIONS_INCOMPATIBLE= 27
27 26
28USE_PKG_RESOURCES= yes 27USE_PKG_RESOURCES= yes
29 28
30post-install: 29post-install:
31 cd ${DESTDIR}${PREFIX}/bin && \ 30 cd ${DESTDIR}${PREFIX}/bin && \
32 ${MV} sl sl-${PYVERSSUFFIX} && \ 31 ${MV} sl sl-${PYVERSSUFFIX} && \
33 ${MV} slcli slcli-${PYVERSSUFFIX} || ${TRUE} 32 ${MV} slcli slcli-${PYVERSSUFFIX} || ${TRUE}
34 33
35.include "../../lang/python/egg.mk" 34.include "../../lang/python/egg.mk"
36.include "../../mk/bsd.pkg.mk" 35.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/net/py-softlayer/PLIST (switch to unified diff)

--- pkgsrc/net/py-softlayer/PLIST 2021/12/16 20:30:32 1.9
+++ pkgsrc/net/py-softlayer/PLIST 2022/02/27 09:08:57 1.10
@@ -1,1387 +1,1396 @@ @@ -1,1387 +1,1396 @@
1@comment $NetBSD: PLIST,v 1.9 2021/12/16 20:30:32 adam Exp $ 1@comment $NetBSD: PLIST,v 1.10 2022/02/27 09:08:57 adam Exp $
2bin/sl-${PYVERSSUFFIX} 2bin/sl-${PYVERSSUFFIX}
3bin/slcli-${PYVERSSUFFIX} 3bin/slcli-${PYVERSSUFFIX}
4${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 4${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
5${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 5${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
6${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 6${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
7${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 7${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
8${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 8${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
9${PYSITELIB}/${EGG_INFODIR}/requires.txt 9${PYSITELIB}/${EGG_INFODIR}/requires.txt
10${PYSITELIB}/${EGG_INFODIR}/top_level.txt 10${PYSITELIB}/${EGG_INFODIR}/top_level.txt
11${PYSITELIB}/SoftLayer/API.py 11${PYSITELIB}/SoftLayer/API.py
12${PYSITELIB}/SoftLayer/API.pyc 12${PYSITELIB}/SoftLayer/API.pyc
13${PYSITELIB}/SoftLayer/API.pyo 13${PYSITELIB}/SoftLayer/API.pyo
14${PYSITELIB}/SoftLayer/CLI/__init__.py 14${PYSITELIB}/SoftLayer/CLI/__init__.py
15${PYSITELIB}/SoftLayer/CLI/__init__.pyc 15${PYSITELIB}/SoftLayer/CLI/__init__.pyc
16${PYSITELIB}/SoftLayer/CLI/__init__.pyo 16${PYSITELIB}/SoftLayer/CLI/__init__.pyo
17${PYSITELIB}/SoftLayer/CLI/account/__init__.py 17${PYSITELIB}/SoftLayer/CLI/account/__init__.py
18${PYSITELIB}/SoftLayer/CLI/account/__init__.pyc 18${PYSITELIB}/SoftLayer/CLI/account/__init__.pyc
19${PYSITELIB}/SoftLayer/CLI/account/__init__.pyo 19${PYSITELIB}/SoftLayer/CLI/account/__init__.pyo
 20${PYSITELIB}/SoftLayer/CLI/account/bandwidth_pools.py
 21${PYSITELIB}/SoftLayer/CLI/account/bandwidth_pools.pyc
 22${PYSITELIB}/SoftLayer/CLI/account/bandwidth_pools.pyo
20${PYSITELIB}/SoftLayer/CLI/account/billing_items.py 23${PYSITELIB}/SoftLayer/CLI/account/billing_items.py
21${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyc 24${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyc
22${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyo 25${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyo
23${PYSITELIB}/SoftLayer/CLI/account/cancel_item.py 26${PYSITELIB}/SoftLayer/CLI/account/cancel_item.py
24${PYSITELIB}/SoftLayer/CLI/account/cancel_item.pyc 27${PYSITELIB}/SoftLayer/CLI/account/cancel_item.pyc
25${PYSITELIB}/SoftLayer/CLI/account/cancel_item.pyo 28${PYSITELIB}/SoftLayer/CLI/account/cancel_item.pyo
26${PYSITELIB}/SoftLayer/CLI/account/event_detail.py 29${PYSITELIB}/SoftLayer/CLI/account/event_detail.py
27${PYSITELIB}/SoftLayer/CLI/account/event_detail.pyc 30${PYSITELIB}/SoftLayer/CLI/account/event_detail.pyc
28${PYSITELIB}/SoftLayer/CLI/account/event_detail.pyo 31${PYSITELIB}/SoftLayer/CLI/account/event_detail.pyo
29${PYSITELIB}/SoftLayer/CLI/account/events.py 32${PYSITELIB}/SoftLayer/CLI/account/events.py
30${PYSITELIB}/SoftLayer/CLI/account/events.pyc 33${PYSITELIB}/SoftLayer/CLI/account/events.pyc
31${PYSITELIB}/SoftLayer/CLI/account/events.pyo 34${PYSITELIB}/SoftLayer/CLI/account/events.pyo
32${PYSITELIB}/SoftLayer/CLI/account/invoice_detail.py 35${PYSITELIB}/SoftLayer/CLI/account/invoice_detail.py
33${PYSITELIB}/SoftLayer/CLI/account/invoice_detail.pyc 36${PYSITELIB}/SoftLayer/CLI/account/invoice_detail.pyc
34${PYSITELIB}/SoftLayer/CLI/account/invoice_detail.pyo 37${PYSITELIB}/SoftLayer/CLI/account/invoice_detail.pyo
35${PYSITELIB}/SoftLayer/CLI/account/invoices.py 38${PYSITELIB}/SoftLayer/CLI/account/invoices.py
36${PYSITELIB}/SoftLayer/CLI/account/invoices.pyc 39${PYSITELIB}/SoftLayer/CLI/account/invoices.pyc
37${PYSITELIB}/SoftLayer/CLI/account/invoices.pyo 40${PYSITELIB}/SoftLayer/CLI/account/invoices.pyo
38${PYSITELIB}/SoftLayer/CLI/account/item_detail.py 41${PYSITELIB}/SoftLayer/CLI/account/item_detail.py
39${PYSITELIB}/SoftLayer/CLI/account/item_detail.pyc 42${PYSITELIB}/SoftLayer/CLI/account/item_detail.pyc
40${PYSITELIB}/SoftLayer/CLI/account/item_detail.pyo 43${PYSITELIB}/SoftLayer/CLI/account/item_detail.pyo
41${PYSITELIB}/SoftLayer/CLI/account/licenses.py 44${PYSITELIB}/SoftLayer/CLI/account/licenses.py
42${PYSITELIB}/SoftLayer/CLI/account/licenses.pyc 45${PYSITELIB}/SoftLayer/CLI/account/licenses.pyc
43${PYSITELIB}/SoftLayer/CLI/account/licenses.pyo 46${PYSITELIB}/SoftLayer/CLI/account/licenses.pyo
44${PYSITELIB}/SoftLayer/CLI/account/orders.py 47${PYSITELIB}/SoftLayer/CLI/account/orders.py
45${PYSITELIB}/SoftLayer/CLI/account/orders.pyc 48${PYSITELIB}/SoftLayer/CLI/account/orders.pyc
46${PYSITELIB}/SoftLayer/CLI/account/orders.pyo 49${PYSITELIB}/SoftLayer/CLI/account/orders.pyo
47${PYSITELIB}/SoftLayer/CLI/account/summary.py 50${PYSITELIB}/SoftLayer/CLI/account/summary.py
48${PYSITELIB}/SoftLayer/CLI/account/summary.pyc 51${PYSITELIB}/SoftLayer/CLI/account/summary.pyc
49${PYSITELIB}/SoftLayer/CLI/account/summary.pyo 52${PYSITELIB}/SoftLayer/CLI/account/summary.pyo
50${PYSITELIB}/SoftLayer/CLI/autoscale/__init__.py 53${PYSITELIB}/SoftLayer/CLI/autoscale/__init__.py
51${PYSITELIB}/SoftLayer/CLI/autoscale/__init__.pyc 54${PYSITELIB}/SoftLayer/CLI/autoscale/__init__.pyc
52${PYSITELIB}/SoftLayer/CLI/autoscale/__init__.pyo 55${PYSITELIB}/SoftLayer/CLI/autoscale/__init__.pyo
53${PYSITELIB}/SoftLayer/CLI/autoscale/detail.py 56${PYSITELIB}/SoftLayer/CLI/autoscale/detail.py
54${PYSITELIB}/SoftLayer/CLI/autoscale/detail.pyc 57${PYSITELIB}/SoftLayer/CLI/autoscale/detail.pyc
55${PYSITELIB}/SoftLayer/CLI/autoscale/detail.pyo 58${PYSITELIB}/SoftLayer/CLI/autoscale/detail.pyo
56${PYSITELIB}/SoftLayer/CLI/autoscale/edit.py 59${PYSITELIB}/SoftLayer/CLI/autoscale/edit.py
57${PYSITELIB}/SoftLayer/CLI/autoscale/edit.pyc 60${PYSITELIB}/SoftLayer/CLI/autoscale/edit.pyc
58${PYSITELIB}/SoftLayer/CLI/autoscale/edit.pyo 61${PYSITELIB}/SoftLayer/CLI/autoscale/edit.pyo
59${PYSITELIB}/SoftLayer/CLI/autoscale/list.py 62${PYSITELIB}/SoftLayer/CLI/autoscale/list.py
60${PYSITELIB}/SoftLayer/CLI/autoscale/list.pyc 63${PYSITELIB}/SoftLayer/CLI/autoscale/list.pyc
61${PYSITELIB}/SoftLayer/CLI/autoscale/list.pyo 64${PYSITELIB}/SoftLayer/CLI/autoscale/list.pyo
62${PYSITELIB}/SoftLayer/CLI/autoscale/logs.py 65${PYSITELIB}/SoftLayer/CLI/autoscale/logs.py
63${PYSITELIB}/SoftLayer/CLI/autoscale/logs.pyc 66${PYSITELIB}/SoftLayer/CLI/autoscale/logs.pyc
64${PYSITELIB}/SoftLayer/CLI/autoscale/logs.pyo 67${PYSITELIB}/SoftLayer/CLI/autoscale/logs.pyo
65${PYSITELIB}/SoftLayer/CLI/autoscale/scale.py 68${PYSITELIB}/SoftLayer/CLI/autoscale/scale.py
66${PYSITELIB}/SoftLayer/CLI/autoscale/scale.pyc 69${PYSITELIB}/SoftLayer/CLI/autoscale/scale.pyc
67${PYSITELIB}/SoftLayer/CLI/autoscale/scale.pyo 70${PYSITELIB}/SoftLayer/CLI/autoscale/scale.pyo
68${PYSITELIB}/SoftLayer/CLI/autoscale/tag.py 71${PYSITELIB}/SoftLayer/CLI/autoscale/tag.py
69${PYSITELIB}/SoftLayer/CLI/autoscale/tag.pyc 72${PYSITELIB}/SoftLayer/CLI/autoscale/tag.pyc
70${PYSITELIB}/SoftLayer/CLI/autoscale/tag.pyo 73${PYSITELIB}/SoftLayer/CLI/autoscale/tag.pyo
71${PYSITELIB}/SoftLayer/CLI/block/__init__.py 74${PYSITELIB}/SoftLayer/CLI/block/__init__.py
72${PYSITELIB}/SoftLayer/CLI/block/__init__.pyc 75${PYSITELIB}/SoftLayer/CLI/block/__init__.pyc
73${PYSITELIB}/SoftLayer/CLI/block/__init__.pyo 76${PYSITELIB}/SoftLayer/CLI/block/__init__.pyo
74${PYSITELIB}/SoftLayer/CLI/block/access/__init__.py 77${PYSITELIB}/SoftLayer/CLI/block/access/__init__.py
75${PYSITELIB}/SoftLayer/CLI/block/access/__init__.pyc 78${PYSITELIB}/SoftLayer/CLI/block/access/__init__.pyc
76${PYSITELIB}/SoftLayer/CLI/block/access/__init__.pyo 79${PYSITELIB}/SoftLayer/CLI/block/access/__init__.pyo
77${PYSITELIB}/SoftLayer/CLI/block/access/authorize.py 80${PYSITELIB}/SoftLayer/CLI/block/access/authorize.py
78${PYSITELIB}/SoftLayer/CLI/block/access/authorize.pyc 81${PYSITELIB}/SoftLayer/CLI/block/access/authorize.pyc
79${PYSITELIB}/SoftLayer/CLI/block/access/authorize.pyo 82${PYSITELIB}/SoftLayer/CLI/block/access/authorize.pyo
80${PYSITELIB}/SoftLayer/CLI/block/access/list.py 83${PYSITELIB}/SoftLayer/CLI/block/access/list.py
81${PYSITELIB}/SoftLayer/CLI/block/access/list.pyc 84${PYSITELIB}/SoftLayer/CLI/block/access/list.pyc
82${PYSITELIB}/SoftLayer/CLI/block/access/list.pyo 85${PYSITELIB}/SoftLayer/CLI/block/access/list.pyo
83${PYSITELIB}/SoftLayer/CLI/block/access/password.py 86${PYSITELIB}/SoftLayer/CLI/block/access/password.py
84${PYSITELIB}/SoftLayer/CLI/block/access/password.pyc 87${PYSITELIB}/SoftLayer/CLI/block/access/password.pyc
85${PYSITELIB}/SoftLayer/CLI/block/access/password.pyo 88${PYSITELIB}/SoftLayer/CLI/block/access/password.pyo
86${PYSITELIB}/SoftLayer/CLI/block/access/revoke.py 89${PYSITELIB}/SoftLayer/CLI/block/access/revoke.py
87${PYSITELIB}/SoftLayer/CLI/block/access/revoke.pyc 90${PYSITELIB}/SoftLayer/CLI/block/access/revoke.pyc
88${PYSITELIB}/SoftLayer/CLI/block/access/revoke.pyo 91${PYSITELIB}/SoftLayer/CLI/block/access/revoke.pyo
89${PYSITELIB}/SoftLayer/CLI/block/cancel.py 92${PYSITELIB}/SoftLayer/CLI/block/cancel.py
90${PYSITELIB}/SoftLayer/CLI/block/cancel.pyc 93${PYSITELIB}/SoftLayer/CLI/block/cancel.pyc
91${PYSITELIB}/SoftLayer/CLI/block/cancel.pyo 94${PYSITELIB}/SoftLayer/CLI/block/cancel.pyo
92${PYSITELIB}/SoftLayer/CLI/block/convert.py 95${PYSITELIB}/SoftLayer/CLI/block/convert.py
93${PYSITELIB}/SoftLayer/CLI/block/convert.pyc 96${PYSITELIB}/SoftLayer/CLI/block/convert.pyc
94${PYSITELIB}/SoftLayer/CLI/block/convert.pyo 97${PYSITELIB}/SoftLayer/CLI/block/convert.pyo
95${PYSITELIB}/SoftLayer/CLI/block/count.py 98${PYSITELIB}/SoftLayer/CLI/block/count.py
96${PYSITELIB}/SoftLayer/CLI/block/count.pyc 99${PYSITELIB}/SoftLayer/CLI/block/count.pyc
97${PYSITELIB}/SoftLayer/CLI/block/count.pyo 100${PYSITELIB}/SoftLayer/CLI/block/count.pyo
98${PYSITELIB}/SoftLayer/CLI/block/detail.py 101${PYSITELIB}/SoftLayer/CLI/block/detail.py
99${PYSITELIB}/SoftLayer/CLI/block/detail.pyc 102${PYSITELIB}/SoftLayer/CLI/block/detail.pyc
100${PYSITELIB}/SoftLayer/CLI/block/detail.pyo 103${PYSITELIB}/SoftLayer/CLI/block/detail.pyo
101${PYSITELIB}/SoftLayer/CLI/block/duplicate.py 104${PYSITELIB}/SoftLayer/CLI/block/duplicate.py
102${PYSITELIB}/SoftLayer/CLI/block/duplicate.pyc 105${PYSITELIB}/SoftLayer/CLI/block/duplicate.pyc
103${PYSITELIB}/SoftLayer/CLI/block/duplicate.pyo 106${PYSITELIB}/SoftLayer/CLI/block/duplicate.pyo
104${PYSITELIB}/SoftLayer/CLI/block/limit.py 107${PYSITELIB}/SoftLayer/CLI/block/limit.py
105${PYSITELIB}/SoftLayer/CLI/block/limit.pyc 108${PYSITELIB}/SoftLayer/CLI/block/limit.pyc
106${PYSITELIB}/SoftLayer/CLI/block/limit.pyo 109${PYSITELIB}/SoftLayer/CLI/block/limit.pyo
107${PYSITELIB}/SoftLayer/CLI/block/list.py 110${PYSITELIB}/SoftLayer/CLI/block/list.py
108${PYSITELIB}/SoftLayer/CLI/block/list.pyc 111${PYSITELIB}/SoftLayer/CLI/block/list.pyc
109${PYSITELIB}/SoftLayer/CLI/block/list.pyo 112${PYSITELIB}/SoftLayer/CLI/block/list.pyo
110${PYSITELIB}/SoftLayer/CLI/block/lun.py 113${PYSITELIB}/SoftLayer/CLI/block/lun.py
111${PYSITELIB}/SoftLayer/CLI/block/lun.pyc 114${PYSITELIB}/SoftLayer/CLI/block/lun.pyc
112${PYSITELIB}/SoftLayer/CLI/block/lun.pyo 115${PYSITELIB}/SoftLayer/CLI/block/lun.pyo
113${PYSITELIB}/SoftLayer/CLI/block/modify.py 116${PYSITELIB}/SoftLayer/CLI/block/modify.py
114${PYSITELIB}/SoftLayer/CLI/block/modify.pyc 117${PYSITELIB}/SoftLayer/CLI/block/modify.pyc
115${PYSITELIB}/SoftLayer/CLI/block/modify.pyo 118${PYSITELIB}/SoftLayer/CLI/block/modify.pyo
116${PYSITELIB}/SoftLayer/CLI/block/order.py 119${PYSITELIB}/SoftLayer/CLI/block/order.py
117${PYSITELIB}/SoftLayer/CLI/block/order.pyc 120${PYSITELIB}/SoftLayer/CLI/block/order.pyc
118${PYSITELIB}/SoftLayer/CLI/block/order.pyo 121${PYSITELIB}/SoftLayer/CLI/block/order.pyo
119${PYSITELIB}/SoftLayer/CLI/block/refresh.py 122${PYSITELIB}/SoftLayer/CLI/block/refresh.py
120${PYSITELIB}/SoftLayer/CLI/block/refresh.pyc 123${PYSITELIB}/SoftLayer/CLI/block/refresh.pyc
121${PYSITELIB}/SoftLayer/CLI/block/refresh.pyo 124${PYSITELIB}/SoftLayer/CLI/block/refresh.pyo
122${PYSITELIB}/SoftLayer/CLI/block/replication/__init__.py 125${PYSITELIB}/SoftLayer/CLI/block/replication/__init__.py
123${PYSITELIB}/SoftLayer/CLI/block/replication/__init__.pyc 126${PYSITELIB}/SoftLayer/CLI/block/replication/__init__.pyc
124${PYSITELIB}/SoftLayer/CLI/block/replication/__init__.pyo 127${PYSITELIB}/SoftLayer/CLI/block/replication/__init__.pyo
125${PYSITELIB}/SoftLayer/CLI/block/replication/disaster_recovery_failover.py 128${PYSITELIB}/SoftLayer/CLI/block/replication/disaster_recovery_failover.py
126${PYSITELIB}/SoftLayer/CLI/block/replication/disaster_recovery_failover.pyc 129${PYSITELIB}/SoftLayer/CLI/block/replication/disaster_recovery_failover.pyc
127${PYSITELIB}/SoftLayer/CLI/block/replication/disaster_recovery_failover.pyo 130${PYSITELIB}/SoftLayer/CLI/block/replication/disaster_recovery_failover.pyo
128${PYSITELIB}/SoftLayer/CLI/block/replication/failback.py 131${PYSITELIB}/SoftLayer/CLI/block/replication/failback.py
129${PYSITELIB}/SoftLayer/CLI/block/replication/failback.pyc 132${PYSITELIB}/SoftLayer/CLI/block/replication/failback.pyc
130${PYSITELIB}/SoftLayer/CLI/block/replication/failback.pyo 133${PYSITELIB}/SoftLayer/CLI/block/replication/failback.pyo
131${PYSITELIB}/SoftLayer/CLI/block/replication/failover.py 134${PYSITELIB}/SoftLayer/CLI/block/replication/failover.py
132${PYSITELIB}/SoftLayer/CLI/block/replication/failover.pyc 135${PYSITELIB}/SoftLayer/CLI/block/replication/failover.pyc
133${PYSITELIB}/SoftLayer/CLI/block/replication/failover.pyo 136${PYSITELIB}/SoftLayer/CLI/block/replication/failover.pyo
134${PYSITELIB}/SoftLayer/CLI/block/replication/locations.py 137${PYSITELIB}/SoftLayer/CLI/block/replication/locations.py
135${PYSITELIB}/SoftLayer/CLI/block/replication/locations.pyc 138${PYSITELIB}/SoftLayer/CLI/block/replication/locations.pyc
136${PYSITELIB}/SoftLayer/CLI/block/replication/locations.pyo 139${PYSITELIB}/SoftLayer/CLI/block/replication/locations.pyo
137${PYSITELIB}/SoftLayer/CLI/block/replication/order.py 140${PYSITELIB}/SoftLayer/CLI/block/replication/order.py
138${PYSITELIB}/SoftLayer/CLI/block/replication/order.pyc 141${PYSITELIB}/SoftLayer/CLI/block/replication/order.pyc
139${PYSITELIB}/SoftLayer/CLI/block/replication/order.pyo 142${PYSITELIB}/SoftLayer/CLI/block/replication/order.pyo
140${PYSITELIB}/SoftLayer/CLI/block/replication/partners.py 143${PYSITELIB}/SoftLayer/CLI/block/replication/partners.py
141${PYSITELIB}/SoftLayer/CLI/block/replication/partners.pyc 144${PYSITELIB}/SoftLayer/CLI/block/replication/partners.pyc
142${PYSITELIB}/SoftLayer/CLI/block/replication/partners.pyo 145${PYSITELIB}/SoftLayer/CLI/block/replication/partners.pyo
143${PYSITELIB}/SoftLayer/CLI/block/set_note.py 146${PYSITELIB}/SoftLayer/CLI/block/set_note.py
144${PYSITELIB}/SoftLayer/CLI/block/set_note.pyc 147${PYSITELIB}/SoftLayer/CLI/block/set_note.pyc
145${PYSITELIB}/SoftLayer/CLI/block/set_note.pyo 148${PYSITELIB}/SoftLayer/CLI/block/set_note.pyo
146${PYSITELIB}/SoftLayer/CLI/block/snapshot/__init__.py 149${PYSITELIB}/SoftLayer/CLI/block/snapshot/__init__.py
147${PYSITELIB}/SoftLayer/CLI/block/snapshot/__init__.pyc 150${PYSITELIB}/SoftLayer/CLI/block/snapshot/__init__.pyc
148${PYSITELIB}/SoftLayer/CLI/block/snapshot/__init__.pyo 151${PYSITELIB}/SoftLayer/CLI/block/snapshot/__init__.pyo
149${PYSITELIB}/SoftLayer/CLI/block/snapshot/cancel.py 152${PYSITELIB}/SoftLayer/CLI/block/snapshot/cancel.py
150${PYSITELIB}/SoftLayer/CLI/block/snapshot/cancel.pyc 153${PYSITELIB}/SoftLayer/CLI/block/snapshot/cancel.pyc
151${PYSITELIB}/SoftLayer/CLI/block/snapshot/cancel.pyo 154${PYSITELIB}/SoftLayer/CLI/block/snapshot/cancel.pyo
152${PYSITELIB}/SoftLayer/CLI/block/snapshot/create.py 155${PYSITELIB}/SoftLayer/CLI/block/snapshot/create.py
153${PYSITELIB}/SoftLayer/CLI/block/snapshot/create.pyc 156${PYSITELIB}/SoftLayer/CLI/block/snapshot/create.pyc
154${PYSITELIB}/SoftLayer/CLI/block/snapshot/create.pyo 157${PYSITELIB}/SoftLayer/CLI/block/snapshot/create.pyo
155${PYSITELIB}/SoftLayer/CLI/block/snapshot/delete.py 158${PYSITELIB}/SoftLayer/CLI/block/snapshot/delete.py
156${PYSITELIB}/SoftLayer/CLI/block/snapshot/delete.pyc 159${PYSITELIB}/SoftLayer/CLI/block/snapshot/delete.pyc
157${PYSITELIB}/SoftLayer/CLI/block/snapshot/delete.pyo 160${PYSITELIB}/SoftLayer/CLI/block/snapshot/delete.pyo
158${PYSITELIB}/SoftLayer/CLI/block/snapshot/disable.py 161${PYSITELIB}/SoftLayer/CLI/block/snapshot/disable.py
159${PYSITELIB}/SoftLayer/CLI/block/snapshot/disable.pyc 162${PYSITELIB}/SoftLayer/CLI/block/snapshot/disable.pyc
160${PYSITELIB}/SoftLayer/CLI/block/snapshot/disable.pyo 163${PYSITELIB}/SoftLayer/CLI/block/snapshot/disable.pyo
161${PYSITELIB}/SoftLayer/CLI/block/snapshot/enable.py 164${PYSITELIB}/SoftLayer/CLI/block/snapshot/enable.py
162${PYSITELIB}/SoftLayer/CLI/block/snapshot/enable.pyc 165${PYSITELIB}/SoftLayer/CLI/block/snapshot/enable.pyc
163${PYSITELIB}/SoftLayer/CLI/block/snapshot/enable.pyo 166${PYSITELIB}/SoftLayer/CLI/block/snapshot/enable.pyo
164${PYSITELIB}/SoftLayer/CLI/block/snapshot/get_notify_status.py 167${PYSITELIB}/SoftLayer/CLI/block/snapshot/get_notify_status.py
165${PYSITELIB}/SoftLayer/CLI/block/snapshot/get_notify_status.pyc 168${PYSITELIB}/SoftLayer/CLI/block/snapshot/get_notify_status.pyc
166${PYSITELIB}/SoftLayer/CLI/block/snapshot/get_notify_status.pyo 169${PYSITELIB}/SoftLayer/CLI/block/snapshot/get_notify_status.pyo
167${PYSITELIB}/SoftLayer/CLI/block/snapshot/list.py 170${PYSITELIB}/SoftLayer/CLI/block/snapshot/list.py
168${PYSITELIB}/SoftLayer/CLI/block/snapshot/list.pyc 171${PYSITELIB}/SoftLayer/CLI/block/snapshot/list.pyc
169${PYSITELIB}/SoftLayer/CLI/block/snapshot/list.pyo 172${PYSITELIB}/SoftLayer/CLI/block/snapshot/list.pyo
170${PYSITELIB}/SoftLayer/CLI/block/snapshot/order.py 173${PYSITELIB}/SoftLayer/CLI/block/snapshot/order.py
171${PYSITELIB}/SoftLayer/CLI/block/snapshot/order.pyc 174${PYSITELIB}/SoftLayer/CLI/block/snapshot/order.pyc
172${PYSITELIB}/SoftLayer/CLI/block/snapshot/order.pyo 175${PYSITELIB}/SoftLayer/CLI/block/snapshot/order.pyo
173${PYSITELIB}/SoftLayer/CLI/block/snapshot/restore.py 176${PYSITELIB}/SoftLayer/CLI/block/snapshot/restore.py
174${PYSITELIB}/SoftLayer/CLI/block/snapshot/restore.pyc 177${PYSITELIB}/SoftLayer/CLI/block/snapshot/restore.pyc
175${PYSITELIB}/SoftLayer/CLI/block/snapshot/restore.pyo 178${PYSITELIB}/SoftLayer/CLI/block/snapshot/restore.pyo
176${PYSITELIB}/SoftLayer/CLI/block/snapshot/schedule_list.py 179${PYSITELIB}/SoftLayer/CLI/block/snapshot/schedule_list.py
177${PYSITELIB}/SoftLayer/CLI/block/snapshot/schedule_list.pyc 180${PYSITELIB}/SoftLayer/CLI/block/snapshot/schedule_list.pyc
178${PYSITELIB}/SoftLayer/CLI/block/snapshot/schedule_list.pyo 181${PYSITELIB}/SoftLayer/CLI/block/snapshot/schedule_list.pyo
179${PYSITELIB}/SoftLayer/CLI/block/snapshot/set_notify_status.py 182${PYSITELIB}/SoftLayer/CLI/block/snapshot/set_notify_status.py
180${PYSITELIB}/SoftLayer/CLI/block/snapshot/set_notify_status.pyc 183${PYSITELIB}/SoftLayer/CLI/block/snapshot/set_notify_status.pyc
181${PYSITELIB}/SoftLayer/CLI/block/snapshot/set_notify_status.pyo 184${PYSITELIB}/SoftLayer/CLI/block/snapshot/set_notify_status.pyo
182${PYSITELIB}/SoftLayer/CLI/block/subnets/__init__.py 185${PYSITELIB}/SoftLayer/CLI/block/subnets/__init__.py
183${PYSITELIB}/SoftLayer/CLI/block/subnets/__init__.pyc 186${PYSITELIB}/SoftLayer/CLI/block/subnets/__init__.pyc
184${PYSITELIB}/SoftLayer/CLI/block/subnets/__init__.pyo 187${PYSITELIB}/SoftLayer/CLI/block/subnets/__init__.pyo
185${PYSITELIB}/SoftLayer/CLI/block/subnets/assign.py 188${PYSITELIB}/SoftLayer/CLI/block/subnets/assign.py
186${PYSITELIB}/SoftLayer/CLI/block/subnets/assign.pyc 189${PYSITELIB}/SoftLayer/CLI/block/subnets/assign.pyc
187${PYSITELIB}/SoftLayer/CLI/block/subnets/assign.pyo 190${PYSITELIB}/SoftLayer/CLI/block/subnets/assign.pyo
188${PYSITELIB}/SoftLayer/CLI/block/subnets/list.py 191${PYSITELIB}/SoftLayer/CLI/block/subnets/list.py
189${PYSITELIB}/SoftLayer/CLI/block/subnets/list.pyc 192${PYSITELIB}/SoftLayer/CLI/block/subnets/list.pyc
190${PYSITELIB}/SoftLayer/CLI/block/subnets/list.pyo 193${PYSITELIB}/SoftLayer/CLI/block/subnets/list.pyo
191${PYSITELIB}/SoftLayer/CLI/block/subnets/remove.py 194${PYSITELIB}/SoftLayer/CLI/block/subnets/remove.py
192${PYSITELIB}/SoftLayer/CLI/block/subnets/remove.pyc 195${PYSITELIB}/SoftLayer/CLI/block/subnets/remove.pyc
193${PYSITELIB}/SoftLayer/CLI/block/subnets/remove.pyo 196${PYSITELIB}/SoftLayer/CLI/block/subnets/remove.pyo
194${PYSITELIB}/SoftLayer/CLI/call_api.py 197${PYSITELIB}/SoftLayer/CLI/call_api.py
195${PYSITELIB}/SoftLayer/CLI/call_api.pyc 198${PYSITELIB}/SoftLayer/CLI/call_api.pyc
196${PYSITELIB}/SoftLayer/CLI/call_api.pyo 199${PYSITELIB}/SoftLayer/CLI/call_api.pyo
197${PYSITELIB}/SoftLayer/CLI/cdn/__init__.py 200${PYSITELIB}/SoftLayer/CLI/cdn/__init__.py
198${PYSITELIB}/SoftLayer/CLI/cdn/__init__.pyc 201${PYSITELIB}/SoftLayer/CLI/cdn/__init__.pyc
199${PYSITELIB}/SoftLayer/CLI/cdn/__init__.pyo 202${PYSITELIB}/SoftLayer/CLI/cdn/__init__.pyo
200${PYSITELIB}/SoftLayer/CLI/cdn/detail.py 203${PYSITELIB}/SoftLayer/CLI/cdn/detail.py
201${PYSITELIB}/SoftLayer/CLI/cdn/detail.pyc 204${PYSITELIB}/SoftLayer/CLI/cdn/detail.pyc
202${PYSITELIB}/SoftLayer/CLI/cdn/detail.pyo 205${PYSITELIB}/SoftLayer/CLI/cdn/detail.pyo
203${PYSITELIB}/SoftLayer/CLI/cdn/edit.py 206${PYSITELIB}/SoftLayer/CLI/cdn/edit.py
204${PYSITELIB}/SoftLayer/CLI/cdn/edit.pyc 207${PYSITELIB}/SoftLayer/CLI/cdn/edit.pyc
205${PYSITELIB}/SoftLayer/CLI/cdn/edit.pyo 208${PYSITELIB}/SoftLayer/CLI/cdn/edit.pyo
206${PYSITELIB}/SoftLayer/CLI/cdn/list.py 209${PYSITELIB}/SoftLayer/CLI/cdn/list.py
207${PYSITELIB}/SoftLayer/CLI/cdn/list.pyc 210${PYSITELIB}/SoftLayer/CLI/cdn/list.pyc
208${PYSITELIB}/SoftLayer/CLI/cdn/list.pyo 211${PYSITELIB}/SoftLayer/CLI/cdn/list.pyo
209${PYSITELIB}/SoftLayer/CLI/cdn/origin_add.py 212${PYSITELIB}/SoftLayer/CLI/cdn/origin_add.py
210${PYSITELIB}/SoftLayer/CLI/cdn/origin_add.pyc 213${PYSITELIB}/SoftLayer/CLI/cdn/origin_add.pyc
211${PYSITELIB}/SoftLayer/CLI/cdn/origin_add.pyo 214${PYSITELIB}/SoftLayer/CLI/cdn/origin_add.pyo
212${PYSITELIB}/SoftLayer/CLI/cdn/origin_list.py 215${PYSITELIB}/SoftLayer/CLI/cdn/origin_list.py
213${PYSITELIB}/SoftLayer/CLI/cdn/origin_list.pyc 216${PYSITELIB}/SoftLayer/CLI/cdn/origin_list.pyc
214${PYSITELIB}/SoftLayer/CLI/cdn/origin_list.pyo 217${PYSITELIB}/SoftLayer/CLI/cdn/origin_list.pyo
215${PYSITELIB}/SoftLayer/CLI/cdn/origin_remove.py 218${PYSITELIB}/SoftLayer/CLI/cdn/origin_remove.py
216${PYSITELIB}/SoftLayer/CLI/cdn/origin_remove.pyc 219${PYSITELIB}/SoftLayer/CLI/cdn/origin_remove.pyc
217${PYSITELIB}/SoftLayer/CLI/cdn/origin_remove.pyo 220${PYSITELIB}/SoftLayer/CLI/cdn/origin_remove.pyo
218${PYSITELIB}/SoftLayer/CLI/cdn/purge.py 221${PYSITELIB}/SoftLayer/CLI/cdn/purge.py
219${PYSITELIB}/SoftLayer/CLI/cdn/purge.pyc 222${PYSITELIB}/SoftLayer/CLI/cdn/purge.pyc
220${PYSITELIB}/SoftLayer/CLI/cdn/purge.pyo 223${PYSITELIB}/SoftLayer/CLI/cdn/purge.pyo
221${PYSITELIB}/SoftLayer/CLI/columns.py 224${PYSITELIB}/SoftLayer/CLI/columns.py
222${PYSITELIB}/SoftLayer/CLI/columns.pyc 225${PYSITELIB}/SoftLayer/CLI/columns.pyc
223${PYSITELIB}/SoftLayer/CLI/columns.pyo 226${PYSITELIB}/SoftLayer/CLI/columns.pyo
224${PYSITELIB}/SoftLayer/CLI/config/__init__.py 227${PYSITELIB}/SoftLayer/CLI/config/__init__.py
225${PYSITELIB}/SoftLayer/CLI/config/__init__.pyc 228${PYSITELIB}/SoftLayer/CLI/config/__init__.pyc
226${PYSITELIB}/SoftLayer/CLI/config/__init__.pyo 229${PYSITELIB}/SoftLayer/CLI/config/__init__.pyo
227${PYSITELIB}/SoftLayer/CLI/config/setup.py 230${PYSITELIB}/SoftLayer/CLI/config/setup.py
228${PYSITELIB}/SoftLayer/CLI/config/setup.pyc 231${PYSITELIB}/SoftLayer/CLI/config/setup.pyc
229${PYSITELIB}/SoftLayer/CLI/config/setup.pyo 232${PYSITELIB}/SoftLayer/CLI/config/setup.pyo
230${PYSITELIB}/SoftLayer/CLI/config/show.py 233${PYSITELIB}/SoftLayer/CLI/config/show.py
231${PYSITELIB}/SoftLayer/CLI/config/show.pyc 234${PYSITELIB}/SoftLayer/CLI/config/show.pyc
232${PYSITELIB}/SoftLayer/CLI/config/show.pyo 235${PYSITELIB}/SoftLayer/CLI/config/show.pyo
233${PYSITELIB}/SoftLayer/CLI/core.py 236${PYSITELIB}/SoftLayer/CLI/core.py
234${PYSITELIB}/SoftLayer/CLI/core.pyc 237${PYSITELIB}/SoftLayer/CLI/core.pyc
235${PYSITELIB}/SoftLayer/CLI/core.pyo 238${PYSITELIB}/SoftLayer/CLI/core.pyo
236${PYSITELIB}/SoftLayer/CLI/custom_types.py 239${PYSITELIB}/SoftLayer/CLI/custom_types.py
237${PYSITELIB}/SoftLayer/CLI/custom_types.pyc 240${PYSITELIB}/SoftLayer/CLI/custom_types.pyc
238${PYSITELIB}/SoftLayer/CLI/custom_types.pyo 241${PYSITELIB}/SoftLayer/CLI/custom_types.pyo
239${PYSITELIB}/SoftLayer/CLI/dedicatedhost/__init__.py 242${PYSITELIB}/SoftLayer/CLI/dedicatedhost/__init__.py
240${PYSITELIB}/SoftLayer/CLI/dedicatedhost/__init__.pyc 243${PYSITELIB}/SoftLayer/CLI/dedicatedhost/__init__.pyc
241${PYSITELIB}/SoftLayer/CLI/dedicatedhost/__init__.pyo 244${PYSITELIB}/SoftLayer/CLI/dedicatedhost/__init__.pyo
242${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel.py 245${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel.py
243${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel.pyc 246${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel.pyc
244${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel.pyo 247${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel.pyo
245${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel_guests.py 248${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel_guests.py
246${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel_guests.pyc 249${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel_guests.pyc
247${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel_guests.pyo 250${PYSITELIB}/SoftLayer/CLI/dedicatedhost/cancel_guests.pyo
248${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create.py 251${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create.py
249${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create.pyc 252${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create.pyc
250${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create.pyo 253${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create.pyo
251${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create_options.py 254${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create_options.py
252${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create_options.pyc 255${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create_options.pyc
253${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create_options.pyo 256${PYSITELIB}/SoftLayer/CLI/dedicatedhost/create_options.pyo
254${PYSITELIB}/SoftLayer/CLI/dedicatedhost/detail.py 257${PYSITELIB}/SoftLayer/CLI/dedicatedhost/detail.py
255${PYSITELIB}/SoftLayer/CLI/dedicatedhost/detail.pyc 258${PYSITELIB}/SoftLayer/CLI/dedicatedhost/detail.pyc
256${PYSITELIB}/SoftLayer/CLI/dedicatedhost/detail.pyo 259${PYSITELIB}/SoftLayer/CLI/dedicatedhost/detail.pyo
257${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.py 260${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.py
258${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.pyc 261${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.pyc
259${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.pyo 262${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list.pyo
260${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list_guests.py 263${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list_guests.py
261${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list_guests.pyc 264${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list_guests.pyc
262${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list_guests.pyo 265${PYSITELIB}/SoftLayer/CLI/dedicatedhost/list_guests.pyo
263${PYSITELIB}/SoftLayer/CLI/dns/__init__.py 266${PYSITELIB}/SoftLayer/CLI/dns/__init__.py
264${PYSITELIB}/SoftLayer/CLI/dns/__init__.pyc 267${PYSITELIB}/SoftLayer/CLI/dns/__init__.pyc
265${PYSITELIB}/SoftLayer/CLI/dns/__init__.pyo 268${PYSITELIB}/SoftLayer/CLI/dns/__init__.pyo
266${PYSITELIB}/SoftLayer/CLI/dns/record_add.py 269${PYSITELIB}/SoftLayer/CLI/dns/record_add.py
267${PYSITELIB}/SoftLayer/CLI/dns/record_add.pyc 270${PYSITELIB}/SoftLayer/CLI/dns/record_add.pyc
268${PYSITELIB}/SoftLayer/CLI/dns/record_add.pyo 271${PYSITELIB}/SoftLayer/CLI/dns/record_add.pyo
269${PYSITELIB}/SoftLayer/CLI/dns/record_edit.py 272${PYSITELIB}/SoftLayer/CLI/dns/record_edit.py
270${PYSITELIB}/SoftLayer/CLI/dns/record_edit.pyc 273${PYSITELIB}/SoftLayer/CLI/dns/record_edit.pyc
271${PYSITELIB}/SoftLayer/CLI/dns/record_edit.pyo 274${PYSITELIB}/SoftLayer/CLI/dns/record_edit.pyo
272${PYSITELIB}/SoftLayer/CLI/dns/record_list.py 275${PYSITELIB}/SoftLayer/CLI/dns/record_list.py
273${PYSITELIB}/SoftLayer/CLI/dns/record_list.pyc 276${PYSITELIB}/SoftLayer/CLI/dns/record_list.pyc
274${PYSITELIB}/SoftLayer/CLI/dns/record_list.pyo 277${PYSITELIB}/SoftLayer/CLI/dns/record_list.pyo
275${PYSITELIB}/SoftLayer/CLI/dns/record_remove.py 278${PYSITELIB}/SoftLayer/CLI/dns/record_remove.py
276${PYSITELIB}/SoftLayer/CLI/dns/record_remove.pyc 279${PYSITELIB}/SoftLayer/CLI/dns/record_remove.pyc
277${PYSITELIB}/SoftLayer/CLI/dns/record_remove.pyo 280${PYSITELIB}/SoftLayer/CLI/dns/record_remove.pyo
278${PYSITELIB}/SoftLayer/CLI/dns/zone_create.py 281${PYSITELIB}/SoftLayer/CLI/dns/zone_create.py
279${PYSITELIB}/SoftLayer/CLI/dns/zone_create.pyc 282${PYSITELIB}/SoftLayer/CLI/dns/zone_create.pyc
280${PYSITELIB}/SoftLayer/CLI/dns/zone_create.pyo 283${PYSITELIB}/SoftLayer/CLI/dns/zone_create.pyo
281${PYSITELIB}/SoftLayer/CLI/dns/zone_delete.py 284${PYSITELIB}/SoftLayer/CLI/dns/zone_delete.py
282${PYSITELIB}/SoftLayer/CLI/dns/zone_delete.pyc 285${PYSITELIB}/SoftLayer/CLI/dns/zone_delete.pyc
283${PYSITELIB}/SoftLayer/CLI/dns/zone_delete.pyo 286${PYSITELIB}/SoftLayer/CLI/dns/zone_delete.pyo
284${PYSITELIB}/SoftLayer/CLI/dns/zone_import.py 287${PYSITELIB}/SoftLayer/CLI/dns/zone_import.py
285${PYSITELIB}/SoftLayer/CLI/dns/zone_import.pyc 288${PYSITELIB}/SoftLayer/CLI/dns/zone_import.pyc
286${PYSITELIB}/SoftLayer/CLI/dns/zone_import.pyo 289${PYSITELIB}/SoftLayer/CLI/dns/zone_import.pyo
287${PYSITELIB}/SoftLayer/CLI/dns/zone_list.py 290${PYSITELIB}/SoftLayer/CLI/dns/zone_list.py
288${PYSITELIB}/SoftLayer/CLI/dns/zone_list.pyc 291${PYSITELIB}/SoftLayer/CLI/dns/zone_list.pyc
289${PYSITELIB}/SoftLayer/CLI/dns/zone_list.pyo 292${PYSITELIB}/SoftLayer/CLI/dns/zone_list.pyo
290${PYSITELIB}/SoftLayer/CLI/dns/zone_print.py 293${PYSITELIB}/SoftLayer/CLI/dns/zone_print.py
291${PYSITELIB}/SoftLayer/CLI/dns/zone_print.pyc 294${PYSITELIB}/SoftLayer/CLI/dns/zone_print.pyc
292${PYSITELIB}/SoftLayer/CLI/dns/zone_print.pyo 295${PYSITELIB}/SoftLayer/CLI/dns/zone_print.pyo
293${PYSITELIB}/SoftLayer/CLI/email/__init__.py 296${PYSITELIB}/SoftLayer/CLI/email/__init__.py
294${PYSITELIB}/SoftLayer/CLI/email/__init__.pyc 297${PYSITELIB}/SoftLayer/CLI/email/__init__.pyc
295${PYSITELIB}/SoftLayer/CLI/email/__init__.pyo 298${PYSITELIB}/SoftLayer/CLI/email/__init__.pyo
296${PYSITELIB}/SoftLayer/CLI/email/detail.py 299${PYSITELIB}/SoftLayer/CLI/email/detail.py
297${PYSITELIB}/SoftLayer/CLI/email/detail.pyc 300${PYSITELIB}/SoftLayer/CLI/email/detail.pyc
298${PYSITELIB}/SoftLayer/CLI/email/detail.pyo 301${PYSITELIB}/SoftLayer/CLI/email/detail.pyo
299${PYSITELIB}/SoftLayer/CLI/email/edit.py 302${PYSITELIB}/SoftLayer/CLI/email/edit.py
300${PYSITELIB}/SoftLayer/CLI/email/edit.pyc 303${PYSITELIB}/SoftLayer/CLI/email/edit.pyc
301${PYSITELIB}/SoftLayer/CLI/email/edit.pyo 304${PYSITELIB}/SoftLayer/CLI/email/edit.pyo
302${PYSITELIB}/SoftLayer/CLI/email/list.py 305${PYSITELIB}/SoftLayer/CLI/email/list.py
303${PYSITELIB}/SoftLayer/CLI/email/list.pyc 306${PYSITELIB}/SoftLayer/CLI/email/list.pyc
304${PYSITELIB}/SoftLayer/CLI/email/list.pyo 307${PYSITELIB}/SoftLayer/CLI/email/list.pyo
305${PYSITELIB}/SoftLayer/CLI/environment.py 308${PYSITELIB}/SoftLayer/CLI/environment.py
306${PYSITELIB}/SoftLayer/CLI/environment.pyc 309${PYSITELIB}/SoftLayer/CLI/environment.pyc
307${PYSITELIB}/SoftLayer/CLI/environment.pyo 310${PYSITELIB}/SoftLayer/CLI/environment.pyo
308${PYSITELIB}/SoftLayer/CLI/event_log/__init__.py 311${PYSITELIB}/SoftLayer/CLI/event_log/__init__.py
309${PYSITELIB}/SoftLayer/CLI/event_log/__init__.pyc 312${PYSITELIB}/SoftLayer/CLI/event_log/__init__.pyc
310${PYSITELIB}/SoftLayer/CLI/event_log/__init__.pyo 313${PYSITELIB}/SoftLayer/CLI/event_log/__init__.pyo
311${PYSITELIB}/SoftLayer/CLI/event_log/get.py 314${PYSITELIB}/SoftLayer/CLI/event_log/get.py
312${PYSITELIB}/SoftLayer/CLI/event_log/get.pyc 315${PYSITELIB}/SoftLayer/CLI/event_log/get.pyc
313${PYSITELIB}/SoftLayer/CLI/event_log/get.pyo 316${PYSITELIB}/SoftLayer/CLI/event_log/get.pyo
314${PYSITELIB}/SoftLayer/CLI/event_log/types.py 317${PYSITELIB}/SoftLayer/CLI/event_log/types.py
315${PYSITELIB}/SoftLayer/CLI/event_log/types.pyc 318${PYSITELIB}/SoftLayer/CLI/event_log/types.pyc
316${PYSITELIB}/SoftLayer/CLI/event_log/types.pyo 319${PYSITELIB}/SoftLayer/CLI/event_log/types.pyo
317${PYSITELIB}/SoftLayer/CLI/exceptions.py 320${PYSITELIB}/SoftLayer/CLI/exceptions.py
318${PYSITELIB}/SoftLayer/CLI/exceptions.pyc 321${PYSITELIB}/SoftLayer/CLI/exceptions.pyc
319${PYSITELIB}/SoftLayer/CLI/exceptions.pyo 322${PYSITELIB}/SoftLayer/CLI/exceptions.pyo
320${PYSITELIB}/SoftLayer/CLI/file/__init__.py 323${PYSITELIB}/SoftLayer/CLI/file/__init__.py
321${PYSITELIB}/SoftLayer/CLI/file/__init__.pyc 324${PYSITELIB}/SoftLayer/CLI/file/__init__.pyc
322${PYSITELIB}/SoftLayer/CLI/file/__init__.pyo 325${PYSITELIB}/SoftLayer/CLI/file/__init__.pyo
323${PYSITELIB}/SoftLayer/CLI/file/access/__init__.py 326${PYSITELIB}/SoftLayer/CLI/file/access/__init__.py
324${PYSITELIB}/SoftLayer/CLI/file/access/__init__.pyc 327${PYSITELIB}/SoftLayer/CLI/file/access/__init__.pyc
325${PYSITELIB}/SoftLayer/CLI/file/access/__init__.pyo 328${PYSITELIB}/SoftLayer/CLI/file/access/__init__.pyo
326${PYSITELIB}/SoftLayer/CLI/file/access/authorize.py 329${PYSITELIB}/SoftLayer/CLI/file/access/authorize.py
327${PYSITELIB}/SoftLayer/CLI/file/access/authorize.pyc 330${PYSITELIB}/SoftLayer/CLI/file/access/authorize.pyc
328${PYSITELIB}/SoftLayer/CLI/file/access/authorize.pyo 331${PYSITELIB}/SoftLayer/CLI/file/access/authorize.pyo
329${PYSITELIB}/SoftLayer/CLI/file/access/list.py 332${PYSITELIB}/SoftLayer/CLI/file/access/list.py
330${PYSITELIB}/SoftLayer/CLI/file/access/list.pyc 333${PYSITELIB}/SoftLayer/CLI/file/access/list.pyc
331${PYSITELIB}/SoftLayer/CLI/file/access/list.pyo 334${PYSITELIB}/SoftLayer/CLI/file/access/list.pyo
332${PYSITELIB}/SoftLayer/CLI/file/access/revoke.py 335${PYSITELIB}/SoftLayer/CLI/file/access/revoke.py
333${PYSITELIB}/SoftLayer/CLI/file/access/revoke.pyc 336${PYSITELIB}/SoftLayer/CLI/file/access/revoke.pyc
334${PYSITELIB}/SoftLayer/CLI/file/access/revoke.pyo 337${PYSITELIB}/SoftLayer/CLI/file/access/revoke.pyo
335${PYSITELIB}/SoftLayer/CLI/file/cancel.py 338${PYSITELIB}/SoftLayer/CLI/file/cancel.py
336${PYSITELIB}/SoftLayer/CLI/file/cancel.pyc 339${PYSITELIB}/SoftLayer/CLI/file/cancel.pyc
337${PYSITELIB}/SoftLayer/CLI/file/cancel.pyo 340${PYSITELIB}/SoftLayer/CLI/file/cancel.pyo
338${PYSITELIB}/SoftLayer/CLI/file/convert.py 341${PYSITELIB}/SoftLayer/CLI/file/convert.py
339${PYSITELIB}/SoftLayer/CLI/file/convert.pyc 342${PYSITELIB}/SoftLayer/CLI/file/convert.pyc
340${PYSITELIB}/SoftLayer/CLI/file/convert.pyo 343${PYSITELIB}/SoftLayer/CLI/file/convert.pyo
341${PYSITELIB}/SoftLayer/CLI/file/count.py 344${PYSITELIB}/SoftLayer/CLI/file/count.py
342${PYSITELIB}/SoftLayer/CLI/file/count.pyc 345${PYSITELIB}/SoftLayer/CLI/file/count.pyc
343${PYSITELIB}/SoftLayer/CLI/file/count.pyo 346${PYSITELIB}/SoftLayer/CLI/file/count.pyo
344${PYSITELIB}/SoftLayer/CLI/file/detail.py 347${PYSITELIB}/SoftLayer/CLI/file/detail.py
345${PYSITELIB}/SoftLayer/CLI/file/detail.pyc 348${PYSITELIB}/SoftLayer/CLI/file/detail.pyc
346${PYSITELIB}/SoftLayer/CLI/file/detail.pyo 349${PYSITELIB}/SoftLayer/CLI/file/detail.pyo
347${PYSITELIB}/SoftLayer/CLI/file/duplicate.py 350${PYSITELIB}/SoftLayer/CLI/file/duplicate.py
348${PYSITELIB}/SoftLayer/CLI/file/duplicate.pyc 351${PYSITELIB}/SoftLayer/CLI/file/duplicate.pyc
349${PYSITELIB}/SoftLayer/CLI/file/duplicate.pyo 352${PYSITELIB}/SoftLayer/CLI/file/duplicate.pyo
350${PYSITELIB}/SoftLayer/CLI/file/limit.py 353${PYSITELIB}/SoftLayer/CLI/file/limit.py
351${PYSITELIB}/SoftLayer/CLI/file/limit.pyc 354${PYSITELIB}/SoftLayer/CLI/file/limit.pyc
352${PYSITELIB}/SoftLayer/CLI/file/limit.pyo 355${PYSITELIB}/SoftLayer/CLI/file/limit.pyo
353${PYSITELIB}/SoftLayer/CLI/file/list.py 356${PYSITELIB}/SoftLayer/CLI/file/list.py
354${PYSITELIB}/SoftLayer/CLI/file/list.pyc 357${PYSITELIB}/SoftLayer/CLI/file/list.pyc
355${PYSITELIB}/SoftLayer/CLI/file/list.pyo 358${PYSITELIB}/SoftLayer/CLI/file/list.pyo
356${PYSITELIB}/SoftLayer/CLI/file/modify.py 359${PYSITELIB}/SoftLayer/CLI/file/modify.py
357${PYSITELIB}/SoftLayer/CLI/file/modify.pyc 360${PYSITELIB}/SoftLayer/CLI/file/modify.pyc
358${PYSITELIB}/SoftLayer/CLI/file/modify.pyo 361${PYSITELIB}/SoftLayer/CLI/file/modify.pyo
359${PYSITELIB}/SoftLayer/CLI/file/order.py 362${PYSITELIB}/SoftLayer/CLI/file/order.py
360${PYSITELIB}/SoftLayer/CLI/file/order.pyc 363${PYSITELIB}/SoftLayer/CLI/file/order.pyc
361${PYSITELIB}/SoftLayer/CLI/file/order.pyo 364${PYSITELIB}/SoftLayer/CLI/file/order.pyo
362${PYSITELIB}/SoftLayer/CLI/file/refresh.py 365${PYSITELIB}/SoftLayer/CLI/file/refresh.py
363${PYSITELIB}/SoftLayer/CLI/file/refresh.pyc 366${PYSITELIB}/SoftLayer/CLI/file/refresh.pyc
364${PYSITELIB}/SoftLayer/CLI/file/refresh.pyo 367${PYSITELIB}/SoftLayer/CLI/file/refresh.pyo
365${PYSITELIB}/SoftLayer/CLI/file/replication/__init__.py 368${PYSITELIB}/SoftLayer/CLI/file/replication/__init__.py
366${PYSITELIB}/SoftLayer/CLI/file/replication/__init__.pyc 369${PYSITELIB}/SoftLayer/CLI/file/replication/__init__.pyc
367${PYSITELIB}/SoftLayer/CLI/file/replication/__init__.pyo 370${PYSITELIB}/SoftLayer/CLI/file/replication/__init__.pyo
368${PYSITELIB}/SoftLayer/CLI/file/replication/disaster_recovery_failover.py 371${PYSITELIB}/SoftLayer/CLI/file/replication/disaster_recovery_failover.py
369${PYSITELIB}/SoftLayer/CLI/file/replication/disaster_recovery_failover.pyc 372${PYSITELIB}/SoftLayer/CLI/file/replication/disaster_recovery_failover.pyc
370${PYSITELIB}/SoftLayer/CLI/file/replication/disaster_recovery_failover.pyo 373${PYSITELIB}/SoftLayer/CLI/file/replication/disaster_recovery_failover.pyo
371${PYSITELIB}/SoftLayer/CLI/file/replication/failback.py 374${PYSITELIB}/SoftLayer/CLI/file/replication/failback.py
372${PYSITELIB}/SoftLayer/CLI/file/replication/failback.pyc 375${PYSITELIB}/SoftLayer/CLI/file/replication/failback.pyc
373${PYSITELIB}/SoftLayer/CLI/file/replication/failback.pyo 376${PYSITELIB}/SoftLayer/CLI/file/replication/failback.pyo
374${PYSITELIB}/SoftLayer/CLI/file/replication/failover.py 377${PYSITELIB}/SoftLayer/CLI/file/replication/failover.py
375${PYSITELIB}/SoftLayer/CLI/file/replication/failover.pyc 378${PYSITELIB}/SoftLayer/CLI/file/replication/failover.pyc
376${PYSITELIB}/SoftLayer/CLI/file/replication/failover.pyo 379${PYSITELIB}/SoftLayer/CLI/file/replication/failover.pyo
377${PYSITELIB}/SoftLayer/CLI/file/replication/locations.py 380${PYSITELIB}/SoftLayer/CLI/file/replication/locations.py
378${PYSITELIB}/SoftLayer/CLI/file/replication/locations.pyc 381${PYSITELIB}/SoftLayer/CLI/file/replication/locations.pyc
379${PYSITELIB}/SoftLayer/CLI/file/replication/locations.pyo 382${PYSITELIB}/SoftLayer/CLI/file/replication/locations.pyo
380${PYSITELIB}/SoftLayer/CLI/file/replication/order.py 383${PYSITELIB}/SoftLayer/CLI/file/replication/order.py
381${PYSITELIB}/SoftLayer/CLI/file/replication/order.pyc 384${PYSITELIB}/SoftLayer/CLI/file/replication/order.pyc
382${PYSITELIB}/SoftLayer/CLI/file/replication/order.pyo 385${PYSITELIB}/SoftLayer/CLI/file/replication/order.pyo
383${PYSITELIB}/SoftLayer/CLI/file/replication/partners.py 386${PYSITELIB}/SoftLayer/CLI/file/replication/partners.py
384${PYSITELIB}/SoftLayer/CLI/file/replication/partners.pyc 387${PYSITELIB}/SoftLayer/CLI/file/replication/partners.pyc
385${PYSITELIB}/SoftLayer/CLI/file/replication/partners.pyo 388${PYSITELIB}/SoftLayer/CLI/file/replication/partners.pyo
386${PYSITELIB}/SoftLayer/CLI/file/set_note.py 389${PYSITELIB}/SoftLayer/CLI/file/set_note.py
387${PYSITELIB}/SoftLayer/CLI/file/set_note.pyc 390${PYSITELIB}/SoftLayer/CLI/file/set_note.pyc
388${PYSITELIB}/SoftLayer/CLI/file/set_note.pyo 391${PYSITELIB}/SoftLayer/CLI/file/set_note.pyo
389${PYSITELIB}/SoftLayer/CLI/file/snapshot/__init__.py 392${PYSITELIB}/SoftLayer/CLI/file/snapshot/__init__.py
390${PYSITELIB}/SoftLayer/CLI/file/snapshot/__init__.pyc 393${PYSITELIB}/SoftLayer/CLI/file/snapshot/__init__.pyc
391${PYSITELIB}/SoftLayer/CLI/file/snapshot/__init__.pyo 394${PYSITELIB}/SoftLayer/CLI/file/snapshot/__init__.pyo
392${PYSITELIB}/SoftLayer/CLI/file/snapshot/cancel.py 395${PYSITELIB}/SoftLayer/CLI/file/snapshot/cancel.py
393${PYSITELIB}/SoftLayer/CLI/file/snapshot/cancel.pyc 396${PYSITELIB}/SoftLayer/CLI/file/snapshot/cancel.pyc
394${PYSITELIB}/SoftLayer/CLI/file/snapshot/cancel.pyo 397${PYSITELIB}/SoftLayer/CLI/file/snapshot/cancel.pyo
395${PYSITELIB}/SoftLayer/CLI/file/snapshot/create.py 398${PYSITELIB}/SoftLayer/CLI/file/snapshot/create.py
396${PYSITELIB}/SoftLayer/CLI/file/snapshot/create.pyc 399${PYSITELIB}/SoftLayer/CLI/file/snapshot/create.pyc
397${PYSITELIB}/SoftLayer/CLI/file/snapshot/create.pyo 400${PYSITELIB}/SoftLayer/CLI/file/snapshot/create.pyo
398${PYSITELIB}/SoftLayer/CLI/file/snapshot/delete.py 401${PYSITELIB}/SoftLayer/CLI/file/snapshot/delete.py
399${PYSITELIB}/SoftLayer/CLI/file/snapshot/delete.pyc 402${PYSITELIB}/SoftLayer/CLI/file/snapshot/delete.pyc
400${PYSITELIB}/SoftLayer/CLI/file/snapshot/delete.pyo 403${PYSITELIB}/SoftLayer/CLI/file/snapshot/delete.pyo
401${PYSITELIB}/SoftLayer/CLI/file/snapshot/disable.py 404${PYSITELIB}/SoftLayer/CLI/file/snapshot/disable.py
402${PYSITELIB}/SoftLayer/CLI/file/snapshot/disable.pyc 405${PYSITELIB}/SoftLayer/CLI/file/snapshot/disable.pyc
403${PYSITELIB}/SoftLayer/CLI/file/snapshot/disable.pyo 406${PYSITELIB}/SoftLayer/CLI/file/snapshot/disable.pyo
404${PYSITELIB}/SoftLayer/CLI/file/snapshot/enable.py 407${PYSITELIB}/SoftLayer/CLI/file/snapshot/enable.py
405${PYSITELIB}/SoftLayer/CLI/file/snapshot/enable.pyc 408${PYSITELIB}/SoftLayer/CLI/file/snapshot/enable.pyc
406${PYSITELIB}/SoftLayer/CLI/file/snapshot/enable.pyo 409${PYSITELIB}/SoftLayer/CLI/file/snapshot/enable.pyo
407${PYSITELIB}/SoftLayer/CLI/file/snapshot/get_notify_status.py 410${PYSITELIB}/SoftLayer/CLI/file/snapshot/get_notify_status.py
408${PYSITELIB}/SoftLayer/CLI/file/snapshot/get_notify_status.pyc 411${PYSITELIB}/SoftLayer/CLI/file/snapshot/get_notify_status.pyc
409${PYSITELIB}/SoftLayer/CLI/file/snapshot/get_notify_status.pyo 412${PYSITELIB}/SoftLayer/CLI/file/snapshot/get_notify_status.pyo
410${PYSITELIB}/SoftLayer/CLI/file/snapshot/list.py 413${PYSITELIB}/SoftLayer/CLI/file/snapshot/list.py
411${PYSITELIB}/SoftLayer/CLI/file/snapshot/list.pyc 414${PYSITELIB}/SoftLayer/CLI/file/snapshot/list.pyc
412${PYSITELIB}/SoftLayer/CLI/file/snapshot/list.pyo 415${PYSITELIB}/SoftLayer/CLI/file/snapshot/list.pyo
413${PYSITELIB}/SoftLayer/CLI/file/snapshot/order.py 416${PYSITELIB}/SoftLayer/CLI/file/snapshot/order.py
414${PYSITELIB}/SoftLayer/CLI/file/snapshot/order.pyc 417${PYSITELIB}/SoftLayer/CLI/file/snapshot/order.pyc
415${PYSITELIB}/SoftLayer/CLI/file/snapshot/order.pyo 418${PYSITELIB}/SoftLayer/CLI/file/snapshot/order.pyo
416${PYSITELIB}/SoftLayer/CLI/file/snapshot/restore.py 419${PYSITELIB}/SoftLayer/CLI/file/snapshot/restore.py
417${PYSITELIB}/SoftLayer/CLI/file/snapshot/restore.pyc 420${PYSITELIB}/SoftLayer/CLI/file/snapshot/restore.pyc
418${PYSITELIB}/SoftLayer/CLI/file/snapshot/restore.pyo 421${PYSITELIB}/SoftLayer/CLI/file/snapshot/restore.pyo
419${PYSITELIB}/SoftLayer/CLI/file/snapshot/schedule_list.py 422${PYSITELIB}/SoftLayer/CLI/file/snapshot/schedule_list.py
420${PYSITELIB}/SoftLayer/CLI/file/snapshot/schedule_list.pyc 423${PYSITELIB}/SoftLayer/CLI/file/snapshot/schedule_list.pyc
421${PYSITELIB}/SoftLayer/CLI/file/snapshot/schedule_list.pyo 424${PYSITELIB}/SoftLayer/CLI/file/snapshot/schedule_list.pyo
422${PYSITELIB}/SoftLayer/CLI/file/snapshot/set_notify_status.py 425${PYSITELIB}/SoftLayer/CLI/file/snapshot/set_notify_status.py
423${PYSITELIB}/SoftLayer/CLI/file/snapshot/set_notify_status.pyc 426${PYSITELIB}/SoftLayer/CLI/file/snapshot/set_notify_status.pyc
424${PYSITELIB}/SoftLayer/CLI/file/snapshot/set_notify_status.pyo 427${PYSITELIB}/SoftLayer/CLI/file/snapshot/set_notify_status.pyo
425${PYSITELIB}/SoftLayer/CLI/firewall/__init__.py 428${PYSITELIB}/SoftLayer/CLI/firewall/__init__.py
426${PYSITELIB}/SoftLayer/CLI/firewall/__init__.pyc 429${PYSITELIB}/SoftLayer/CLI/firewall/__init__.pyc
427${PYSITELIB}/SoftLayer/CLI/firewall/__init__.pyo 430${PYSITELIB}/SoftLayer/CLI/firewall/__init__.pyo
428${PYSITELIB}/SoftLayer/CLI/firewall/add.py 431${PYSITELIB}/SoftLayer/CLI/firewall/add.py
429${PYSITELIB}/SoftLayer/CLI/firewall/add.pyc 432${PYSITELIB}/SoftLayer/CLI/firewall/add.pyc
430${PYSITELIB}/SoftLayer/CLI/firewall/add.pyo 433${PYSITELIB}/SoftLayer/CLI/firewall/add.pyo
431${PYSITELIB}/SoftLayer/CLI/firewall/cancel.py 434${PYSITELIB}/SoftLayer/CLI/firewall/cancel.py
432${PYSITELIB}/SoftLayer/CLI/firewall/cancel.pyc 435${PYSITELIB}/SoftLayer/CLI/firewall/cancel.pyc
433${PYSITELIB}/SoftLayer/CLI/firewall/cancel.pyo 436${PYSITELIB}/SoftLayer/CLI/firewall/cancel.pyo
434${PYSITELIB}/SoftLayer/CLI/firewall/detail.py 437${PYSITELIB}/SoftLayer/CLI/firewall/detail.py
435${PYSITELIB}/SoftLayer/CLI/firewall/detail.pyc 438${PYSITELIB}/SoftLayer/CLI/firewall/detail.pyc
436${PYSITELIB}/SoftLayer/CLI/firewall/detail.pyo 439${PYSITELIB}/SoftLayer/CLI/firewall/detail.pyo
437${PYSITELIB}/SoftLayer/CLI/firewall/edit.py 440${PYSITELIB}/SoftLayer/CLI/firewall/edit.py
438${PYSITELIB}/SoftLayer/CLI/firewall/edit.pyc 441${PYSITELIB}/SoftLayer/CLI/firewall/edit.pyc
439${PYSITELIB}/SoftLayer/CLI/firewall/edit.pyo 442${PYSITELIB}/SoftLayer/CLI/firewall/edit.pyo
440${PYSITELIB}/SoftLayer/CLI/firewall/list.py 443${PYSITELIB}/SoftLayer/CLI/firewall/list.py
441${PYSITELIB}/SoftLayer/CLI/firewall/list.pyc 444${PYSITELIB}/SoftLayer/CLI/firewall/list.pyc
442${PYSITELIB}/SoftLayer/CLI/firewall/list.pyo 445${PYSITELIB}/SoftLayer/CLI/firewall/list.pyo
443${PYSITELIB}/SoftLayer/CLI/formatting.py 446${PYSITELIB}/SoftLayer/CLI/formatting.py
444${PYSITELIB}/SoftLayer/CLI/formatting.pyc 447${PYSITELIB}/SoftLayer/CLI/formatting.pyc
445${PYSITELIB}/SoftLayer/CLI/formatting.pyo 448${PYSITELIB}/SoftLayer/CLI/formatting.pyo
446${PYSITELIB}/SoftLayer/CLI/globalip/__init__.py 449${PYSITELIB}/SoftLayer/CLI/globalip/__init__.py
447${PYSITELIB}/SoftLayer/CLI/globalip/__init__.pyc 450${PYSITELIB}/SoftLayer/CLI/globalip/__init__.pyc
448${PYSITELIB}/SoftLayer/CLI/globalip/__init__.pyo 451${PYSITELIB}/SoftLayer/CLI/globalip/__init__.pyo
449${PYSITELIB}/SoftLayer/CLI/globalip/assign.py 452${PYSITELIB}/SoftLayer/CLI/globalip/assign.py
450${PYSITELIB}/SoftLayer/CLI/globalip/assign.pyc 453${PYSITELIB}/SoftLayer/CLI/globalip/assign.pyc
451${PYSITELIB}/SoftLayer/CLI/globalip/assign.pyo 454${PYSITELIB}/SoftLayer/CLI/globalip/assign.pyo
452${PYSITELIB}/SoftLayer/CLI/globalip/cancel.py 455${PYSITELIB}/SoftLayer/CLI/globalip/cancel.py
453${PYSITELIB}/SoftLayer/CLI/globalip/cancel.pyc 456${PYSITELIB}/SoftLayer/CLI/globalip/cancel.pyc
454${PYSITELIB}/SoftLayer/CLI/globalip/cancel.pyo 457${PYSITELIB}/SoftLayer/CLI/globalip/cancel.pyo
455${PYSITELIB}/SoftLayer/CLI/globalip/create.py 458${PYSITELIB}/SoftLayer/CLI/globalip/create.py
456${PYSITELIB}/SoftLayer/CLI/globalip/create.pyc 459${PYSITELIB}/SoftLayer/CLI/globalip/create.pyc
457${PYSITELIB}/SoftLayer/CLI/globalip/create.pyo 460${PYSITELIB}/SoftLayer/CLI/globalip/create.pyo
458${PYSITELIB}/SoftLayer/CLI/globalip/list.py 461${PYSITELIB}/SoftLayer/CLI/globalip/list.py
459${PYSITELIB}/SoftLayer/CLI/globalip/list.pyc 462${PYSITELIB}/SoftLayer/CLI/globalip/list.pyc
460${PYSITELIB}/SoftLayer/CLI/globalip/list.pyo 463${PYSITELIB}/SoftLayer/CLI/globalip/list.pyo
461${PYSITELIB}/SoftLayer/CLI/globalip/unassign.py 464${PYSITELIB}/SoftLayer/CLI/globalip/unassign.py
462${PYSITELIB}/SoftLayer/CLI/globalip/unassign.pyc 465${PYSITELIB}/SoftLayer/CLI/globalip/unassign.pyc
463${PYSITELIB}/SoftLayer/CLI/globalip/unassign.pyo 466${PYSITELIB}/SoftLayer/CLI/globalip/unassign.pyo
464${PYSITELIB}/SoftLayer/CLI/hardware/__init__.py 467${PYSITELIB}/SoftLayer/CLI/hardware/__init__.py
465${PYSITELIB}/SoftLayer/CLI/hardware/__init__.pyc 468${PYSITELIB}/SoftLayer/CLI/hardware/__init__.pyc
466${PYSITELIB}/SoftLayer/CLI/hardware/__init__.pyo 469${PYSITELIB}/SoftLayer/CLI/hardware/__init__.pyo
467${PYSITELIB}/SoftLayer/CLI/hardware/authorize_storage.py 470${PYSITELIB}/SoftLayer/CLI/hardware/authorize_storage.py
468${PYSITELIB}/SoftLayer/CLI/hardware/authorize_storage.pyc 471${PYSITELIB}/SoftLayer/CLI/hardware/authorize_storage.pyc
469${PYSITELIB}/SoftLayer/CLI/hardware/authorize_storage.pyo 472${PYSITELIB}/SoftLayer/CLI/hardware/authorize_storage.pyo
470${PYSITELIB}/SoftLayer/CLI/hardware/bandwidth.py 473${PYSITELIB}/SoftLayer/CLI/hardware/bandwidth.py
471${PYSITELIB}/SoftLayer/CLI/hardware/bandwidth.pyc 474${PYSITELIB}/SoftLayer/CLI/hardware/bandwidth.pyc
472${PYSITELIB}/SoftLayer/CLI/hardware/bandwidth.pyo 475${PYSITELIB}/SoftLayer/CLI/hardware/bandwidth.pyo
473${PYSITELIB}/SoftLayer/CLI/hardware/billing.py 476${PYSITELIB}/SoftLayer/CLI/hardware/billing.py
474${PYSITELIB}/SoftLayer/CLI/hardware/billing.pyc 477${PYSITELIB}/SoftLayer/CLI/hardware/billing.pyc
475${PYSITELIB}/SoftLayer/CLI/hardware/billing.pyo 478${PYSITELIB}/SoftLayer/CLI/hardware/billing.pyo
476${PYSITELIB}/SoftLayer/CLI/hardware/cancel.py 479${PYSITELIB}/SoftLayer/CLI/hardware/cancel.py
477${PYSITELIB}/SoftLayer/CLI/hardware/cancel.pyc 480${PYSITELIB}/SoftLayer/CLI/hardware/cancel.pyc
478${PYSITELIB}/SoftLayer/CLI/hardware/cancel.pyo 481${PYSITELIB}/SoftLayer/CLI/hardware/cancel.pyo
479${PYSITELIB}/SoftLayer/CLI/hardware/cancel_reasons.py 482${PYSITELIB}/SoftLayer/CLI/hardware/cancel_reasons.py
480${PYSITELIB}/SoftLayer/CLI/hardware/cancel_reasons.pyc 483${PYSITELIB}/SoftLayer/CLI/hardware/cancel_reasons.pyc
481${PYSITELIB}/SoftLayer/CLI/hardware/cancel_reasons.pyo 484${PYSITELIB}/SoftLayer/CLI/hardware/cancel_reasons.pyo
482${PYSITELIB}/SoftLayer/CLI/hardware/create.py 485${PYSITELIB}/SoftLayer/CLI/hardware/create.py
483${PYSITELIB}/SoftLayer/CLI/hardware/create.pyc 486${PYSITELIB}/SoftLayer/CLI/hardware/create.pyc
484${PYSITELIB}/SoftLayer/CLI/hardware/create.pyo 487${PYSITELIB}/SoftLayer/CLI/hardware/create.pyo
485${PYSITELIB}/SoftLayer/CLI/hardware/create_options.py 488${PYSITELIB}/SoftLayer/CLI/hardware/create_options.py
486${PYSITELIB}/SoftLayer/CLI/hardware/create_options.pyc 489${PYSITELIB}/SoftLayer/CLI/hardware/create_options.pyc
487${PYSITELIB}/SoftLayer/CLI/hardware/create_options.pyo 490${PYSITELIB}/SoftLayer/CLI/hardware/create_options.pyo
488${PYSITELIB}/SoftLayer/CLI/hardware/credentials.py 491${PYSITELIB}/SoftLayer/CLI/hardware/credentials.py
489${PYSITELIB}/SoftLayer/CLI/hardware/credentials.pyc 492${PYSITELIB}/SoftLayer/CLI/hardware/credentials.pyc
490${PYSITELIB}/SoftLayer/CLI/hardware/credentials.pyo 493${PYSITELIB}/SoftLayer/CLI/hardware/credentials.pyo
491${PYSITELIB}/SoftLayer/CLI/hardware/detail.py 494${PYSITELIB}/SoftLayer/CLI/hardware/detail.py
492${PYSITELIB}/SoftLayer/CLI/hardware/detail.pyc 495${PYSITELIB}/SoftLayer/CLI/hardware/detail.pyc
493${PYSITELIB}/SoftLayer/CLI/hardware/detail.pyo 496${PYSITELIB}/SoftLayer/CLI/hardware/detail.pyo
494${PYSITELIB}/SoftLayer/CLI/hardware/dns.py 497${PYSITELIB}/SoftLayer/CLI/hardware/dns.py
495${PYSITELIB}/SoftLayer/CLI/hardware/dns.pyc 498${PYSITELIB}/SoftLayer/CLI/hardware/dns.pyc
496${PYSITELIB}/SoftLayer/CLI/hardware/dns.pyo 499${PYSITELIB}/SoftLayer/CLI/hardware/dns.pyo
497${PYSITELIB}/SoftLayer/CLI/hardware/edit.py 500${PYSITELIB}/SoftLayer/CLI/hardware/edit.py
498${PYSITELIB}/SoftLayer/CLI/hardware/edit.pyc 501${PYSITELIB}/SoftLayer/CLI/hardware/edit.pyc
499${PYSITELIB}/SoftLayer/CLI/hardware/edit.pyo 502${PYSITELIB}/SoftLayer/CLI/hardware/edit.pyo
500${PYSITELIB}/SoftLayer/CLI/hardware/guests.py 503${PYSITELIB}/SoftLayer/CLI/hardware/guests.py
501${PYSITELIB}/SoftLayer/CLI/hardware/guests.pyc 504${PYSITELIB}/SoftLayer/CLI/hardware/guests.pyc
502${PYSITELIB}/SoftLayer/CLI/hardware/guests.pyo 505${PYSITELIB}/SoftLayer/CLI/hardware/guests.pyo
503${PYSITELIB}/SoftLayer/CLI/hardware/list.py 506${PYSITELIB}/SoftLayer/CLI/hardware/list.py
504${PYSITELIB}/SoftLayer/CLI/hardware/list.pyc 507${PYSITELIB}/SoftLayer/CLI/hardware/list.pyc
505${PYSITELIB}/SoftLayer/CLI/hardware/list.pyo 508${PYSITELIB}/SoftLayer/CLI/hardware/list.pyo
506${PYSITELIB}/SoftLayer/CLI/hardware/power.py 509${PYSITELIB}/SoftLayer/CLI/hardware/power.py
507${PYSITELIB}/SoftLayer/CLI/hardware/power.pyc 510${PYSITELIB}/SoftLayer/CLI/hardware/power.pyc
508${PYSITELIB}/SoftLayer/CLI/hardware/power.pyo 511${PYSITELIB}/SoftLayer/CLI/hardware/power.pyo
509${PYSITELIB}/SoftLayer/CLI/hardware/ready.py 512${PYSITELIB}/SoftLayer/CLI/hardware/ready.py
510${PYSITELIB}/SoftLayer/CLI/hardware/ready.pyc 513${PYSITELIB}/SoftLayer/CLI/hardware/ready.pyc
511${PYSITELIB}/SoftLayer/CLI/hardware/ready.pyo 514${PYSITELIB}/SoftLayer/CLI/hardware/ready.pyo
512${PYSITELIB}/SoftLayer/CLI/hardware/reflash_firmware.py 515${PYSITELIB}/SoftLayer/CLI/hardware/reflash_firmware.py
513${PYSITELIB}/SoftLayer/CLI/hardware/reflash_firmware.pyc 516${PYSITELIB}/SoftLayer/CLI/hardware/reflash_firmware.pyc
514${PYSITELIB}/SoftLayer/CLI/hardware/reflash_firmware.pyo 517${PYSITELIB}/SoftLayer/CLI/hardware/reflash_firmware.pyo
515${PYSITELIB}/SoftLayer/CLI/hardware/reload.py 518${PYSITELIB}/SoftLayer/CLI/hardware/reload.py
516${PYSITELIB}/SoftLayer/CLI/hardware/reload.pyc 519${PYSITELIB}/SoftLayer/CLI/hardware/reload.pyc
517${PYSITELIB}/SoftLayer/CLI/hardware/reload.pyo 520${PYSITELIB}/SoftLayer/CLI/hardware/reload.pyo
518${PYSITELIB}/SoftLayer/CLI/hardware/sensor.py 521${PYSITELIB}/SoftLayer/CLI/hardware/sensor.py
519${PYSITELIB}/SoftLayer/CLI/hardware/sensor.pyc 522${PYSITELIB}/SoftLayer/CLI/hardware/sensor.pyc
520${PYSITELIB}/SoftLayer/CLI/hardware/sensor.pyo 523${PYSITELIB}/SoftLayer/CLI/hardware/sensor.pyo
521${PYSITELIB}/SoftLayer/CLI/hardware/storage.py 524${PYSITELIB}/SoftLayer/CLI/hardware/storage.py
522${PYSITELIB}/SoftLayer/CLI/hardware/storage.pyc 525${PYSITELIB}/SoftLayer/CLI/hardware/storage.pyc
523${PYSITELIB}/SoftLayer/CLI/hardware/storage.pyo 526${PYSITELIB}/SoftLayer/CLI/hardware/storage.pyo
524${PYSITELIB}/SoftLayer/CLI/hardware/toggle_ipmi.py 527${PYSITELIB}/SoftLayer/CLI/hardware/toggle_ipmi.py
525${PYSITELIB}/SoftLayer/CLI/hardware/toggle_ipmi.pyc 528${PYSITELIB}/SoftLayer/CLI/hardware/toggle_ipmi.pyc
526${PYSITELIB}/SoftLayer/CLI/hardware/toggle_ipmi.pyo 529${PYSITELIB}/SoftLayer/CLI/hardware/toggle_ipmi.pyo
527${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.py 530${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.py
528${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.pyc 531${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.pyc
529${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.pyo 532${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.pyo
530${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.py 533${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.py
531${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.pyc 534${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.pyc
532${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.pyo 535${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.pyo
533${PYSITELIB}/SoftLayer/CLI/helpers.py 536${PYSITELIB}/SoftLayer/CLI/helpers.py
534${PYSITELIB}/SoftLayer/CLI/helpers.pyc 537${PYSITELIB}/SoftLayer/CLI/helpers.pyc
535${PYSITELIB}/SoftLayer/CLI/helpers.pyo 538${PYSITELIB}/SoftLayer/CLI/helpers.pyo
536${PYSITELIB}/SoftLayer/CLI/image/__init__.py 539${PYSITELIB}/SoftLayer/CLI/image/__init__.py
537${PYSITELIB}/SoftLayer/CLI/image/__init__.pyc 540${PYSITELIB}/SoftLayer/CLI/image/__init__.pyc
538${PYSITELIB}/SoftLayer/CLI/image/__init__.pyo 541${PYSITELIB}/SoftLayer/CLI/image/__init__.pyo
539${PYSITELIB}/SoftLayer/CLI/image/datacenter.py 542${PYSITELIB}/SoftLayer/CLI/image/datacenter.py
540${PYSITELIB}/SoftLayer/CLI/image/datacenter.pyc 543${PYSITELIB}/SoftLayer/CLI/image/datacenter.pyc
541${PYSITELIB}/SoftLayer/CLI/image/datacenter.pyo 544${PYSITELIB}/SoftLayer/CLI/image/datacenter.pyo
542${PYSITELIB}/SoftLayer/CLI/image/delete.py 545${PYSITELIB}/SoftLayer/CLI/image/delete.py
543${PYSITELIB}/SoftLayer/CLI/image/delete.pyc 546${PYSITELIB}/SoftLayer/CLI/image/delete.pyc
544${PYSITELIB}/SoftLayer/CLI/image/delete.pyo 547${PYSITELIB}/SoftLayer/CLI/image/delete.pyo
545${PYSITELIB}/SoftLayer/CLI/image/detail.py 548${PYSITELIB}/SoftLayer/CLI/image/detail.py
546${PYSITELIB}/SoftLayer/CLI/image/detail.pyc 549${PYSITELIB}/SoftLayer/CLI/image/detail.pyc
547${PYSITELIB}/SoftLayer/CLI/image/detail.pyo 550${PYSITELIB}/SoftLayer/CLI/image/detail.pyo
548${PYSITELIB}/SoftLayer/CLI/image/edit.py 551${PYSITELIB}/SoftLayer/CLI/image/edit.py
549${PYSITELIB}/SoftLayer/CLI/image/edit.pyc 552${PYSITELIB}/SoftLayer/CLI/image/edit.pyc
550${PYSITELIB}/SoftLayer/CLI/image/edit.pyo 553${PYSITELIB}/SoftLayer/CLI/image/edit.pyo
551${PYSITELIB}/SoftLayer/CLI/image/export.py 554${PYSITELIB}/SoftLayer/CLI/image/export.py
552${PYSITELIB}/SoftLayer/CLI/image/export.pyc 555${PYSITELIB}/SoftLayer/CLI/image/export.pyc
553${PYSITELIB}/SoftLayer/CLI/image/export.pyo 556${PYSITELIB}/SoftLayer/CLI/image/export.pyo
554${PYSITELIB}/SoftLayer/CLI/image/import.py 557${PYSITELIB}/SoftLayer/CLI/image/import.py
555${PYSITELIB}/SoftLayer/CLI/image/import.pyc 558${PYSITELIB}/SoftLayer/CLI/image/import.pyc
556${PYSITELIB}/SoftLayer/CLI/image/import.pyo 559${PYSITELIB}/SoftLayer/CLI/image/import.pyo
557${PYSITELIB}/SoftLayer/CLI/image/list.py 560${PYSITELIB}/SoftLayer/CLI/image/list.py
558${PYSITELIB}/SoftLayer/CLI/image/list.pyc 561${PYSITELIB}/SoftLayer/CLI/image/list.pyc
559${PYSITELIB}/SoftLayer/CLI/image/list.pyo 562${PYSITELIB}/SoftLayer/CLI/image/list.pyo
560${PYSITELIB}/SoftLayer/CLI/licenses/__init__.py 563${PYSITELIB}/SoftLayer/CLI/licenses/__init__.py
561${PYSITELIB}/SoftLayer/CLI/licenses/__init__.pyc 564${PYSITELIB}/SoftLayer/CLI/licenses/__init__.pyc
562${PYSITELIB}/SoftLayer/CLI/licenses/__init__.pyo 565${PYSITELIB}/SoftLayer/CLI/licenses/__init__.pyo
563${PYSITELIB}/SoftLayer/CLI/licenses/cancel.py 566${PYSITELIB}/SoftLayer/CLI/licenses/cancel.py
564${PYSITELIB}/SoftLayer/CLI/licenses/cancel.pyc 567${PYSITELIB}/SoftLayer/CLI/licenses/cancel.pyc
565${PYSITELIB}/SoftLayer/CLI/licenses/cancel.pyo 568${PYSITELIB}/SoftLayer/CLI/licenses/cancel.pyo
566${PYSITELIB}/SoftLayer/CLI/licenses/create.py 569${PYSITELIB}/SoftLayer/CLI/licenses/create.py
567${PYSITELIB}/SoftLayer/CLI/licenses/create.pyc 570${PYSITELIB}/SoftLayer/CLI/licenses/create.pyc
568${PYSITELIB}/SoftLayer/CLI/licenses/create.pyo 571${PYSITELIB}/SoftLayer/CLI/licenses/create.pyo
569${PYSITELIB}/SoftLayer/CLI/licenses/create_options.py 572${PYSITELIB}/SoftLayer/CLI/licenses/create_options.py
570${PYSITELIB}/SoftLayer/CLI/licenses/create_options.pyc 573${PYSITELIB}/SoftLayer/CLI/licenses/create_options.pyc
571${PYSITELIB}/SoftLayer/CLI/licenses/create_options.pyo 574${PYSITELIB}/SoftLayer/CLI/licenses/create_options.pyo
572${PYSITELIB}/SoftLayer/CLI/loadbal/__init__.py 575${PYSITELIB}/SoftLayer/CLI/loadbal/__init__.py
573${PYSITELIB}/SoftLayer/CLI/loadbal/__init__.pyc 576${PYSITELIB}/SoftLayer/CLI/loadbal/__init__.pyc
574${PYSITELIB}/SoftLayer/CLI/loadbal/__init__.pyo 577${PYSITELIB}/SoftLayer/CLI/loadbal/__init__.pyo
575${PYSITELIB}/SoftLayer/CLI/loadbal/detail.py 578${PYSITELIB}/SoftLayer/CLI/loadbal/detail.py
576${PYSITELIB}/SoftLayer/CLI/loadbal/detail.pyc 579${PYSITELIB}/SoftLayer/CLI/loadbal/detail.pyc
577${PYSITELIB}/SoftLayer/CLI/loadbal/detail.pyo 580${PYSITELIB}/SoftLayer/CLI/loadbal/detail.pyo
578${PYSITELIB}/SoftLayer/CLI/loadbal/health.py 581${PYSITELIB}/SoftLayer/CLI/loadbal/health.py
579${PYSITELIB}/SoftLayer/CLI/loadbal/health.pyc 582${PYSITELIB}/SoftLayer/CLI/loadbal/health.pyc
580${PYSITELIB}/SoftLayer/CLI/loadbal/health.pyo 583${PYSITELIB}/SoftLayer/CLI/loadbal/health.pyo
581${PYSITELIB}/SoftLayer/CLI/loadbal/layer7_policy_list.py 584${PYSITELIB}/SoftLayer/CLI/loadbal/layer7_policy_list.py
582${PYSITELIB}/SoftLayer/CLI/loadbal/layer7_policy_list.pyc 585${PYSITELIB}/SoftLayer/CLI/loadbal/layer7_policy_list.pyc
583${PYSITELIB}/SoftLayer/CLI/loadbal/layer7_policy_list.pyo 586${PYSITELIB}/SoftLayer/CLI/loadbal/layer7_policy_list.pyo
584${PYSITELIB}/SoftLayer/CLI/loadbal/list.py 587${PYSITELIB}/SoftLayer/CLI/loadbal/list.py
585${PYSITELIB}/SoftLayer/CLI/loadbal/list.pyc 588${PYSITELIB}/SoftLayer/CLI/loadbal/list.pyc
586${PYSITELIB}/SoftLayer/CLI/loadbal/list.pyo 589${PYSITELIB}/SoftLayer/CLI/loadbal/list.pyo
587${PYSITELIB}/SoftLayer/CLI/loadbal/members.py 590${PYSITELIB}/SoftLayer/CLI/loadbal/members.py
588${PYSITELIB}/SoftLayer/CLI/loadbal/members.pyc 591${PYSITELIB}/SoftLayer/CLI/loadbal/members.pyc
589${PYSITELIB}/SoftLayer/CLI/loadbal/members.pyo 592${PYSITELIB}/SoftLayer/CLI/loadbal/members.pyo
590${PYSITELIB}/SoftLayer/CLI/loadbal/ns_detail.py 593${PYSITELIB}/SoftLayer/CLI/loadbal/ns_detail.py
591${PYSITELIB}/SoftLayer/CLI/loadbal/ns_detail.pyc 594${PYSITELIB}/SoftLayer/CLI/loadbal/ns_detail.pyc
592${PYSITELIB}/SoftLayer/CLI/loadbal/ns_detail.pyo 595${PYSITELIB}/SoftLayer/CLI/loadbal/ns_detail.pyo
593${PYSITELIB}/SoftLayer/CLI/loadbal/ns_list.py 596${PYSITELIB}/SoftLayer/CLI/loadbal/ns_list.py
594${PYSITELIB}/SoftLayer/CLI/loadbal/ns_list.pyc 597${PYSITELIB}/SoftLayer/CLI/loadbal/ns_list.pyc
595${PYSITELIB}/SoftLayer/CLI/loadbal/ns_list.pyo 598${PYSITELIB}/SoftLayer/CLI/loadbal/ns_list.pyo
596${PYSITELIB}/SoftLayer/CLI/loadbal/order.py 599${PYSITELIB}/SoftLayer/CLI/loadbal/order.py
597${PYSITELIB}/SoftLayer/CLI/loadbal/order.pyc 600${PYSITELIB}/SoftLayer/CLI/loadbal/order.pyc
598${PYSITELIB}/SoftLayer/CLI/loadbal/order.pyo 601${PYSITELIB}/SoftLayer/CLI/loadbal/order.pyo
599${PYSITELIB}/SoftLayer/CLI/loadbal/pools.py 602${PYSITELIB}/SoftLayer/CLI/loadbal/pools.py
600${PYSITELIB}/SoftLayer/CLI/loadbal/pools.pyc 603${PYSITELIB}/SoftLayer/CLI/loadbal/pools.pyc
601${PYSITELIB}/SoftLayer/CLI/loadbal/pools.pyo 604${PYSITELIB}/SoftLayer/CLI/loadbal/pools.pyo
602${PYSITELIB}/SoftLayer/CLI/metadata.py 605${PYSITELIB}/SoftLayer/CLI/metadata.py
603${PYSITELIB}/SoftLayer/CLI/metadata.pyc 606${PYSITELIB}/SoftLayer/CLI/metadata.pyc
604${PYSITELIB}/SoftLayer/CLI/metadata.pyo 607${PYSITELIB}/SoftLayer/CLI/metadata.pyo
605${PYSITELIB}/SoftLayer/CLI/nas/__init__.py 608${PYSITELIB}/SoftLayer/CLI/nas/__init__.py
606${PYSITELIB}/SoftLayer/CLI/nas/__init__.pyc 609${PYSITELIB}/SoftLayer/CLI/nas/__init__.pyc
607${PYSITELIB}/SoftLayer/CLI/nas/__init__.pyo 610${PYSITELIB}/SoftLayer/CLI/nas/__init__.pyo
608${PYSITELIB}/SoftLayer/CLI/nas/credentials.py 611${PYSITELIB}/SoftLayer/CLI/nas/credentials.py
609${PYSITELIB}/SoftLayer/CLI/nas/credentials.pyc 612${PYSITELIB}/SoftLayer/CLI/nas/credentials.pyc
610${PYSITELIB}/SoftLayer/CLI/nas/credentials.pyo 613${PYSITELIB}/SoftLayer/CLI/nas/credentials.pyo
611${PYSITELIB}/SoftLayer/CLI/nas/list.py 614${PYSITELIB}/SoftLayer/CLI/nas/list.py
612${PYSITELIB}/SoftLayer/CLI/nas/list.pyc 615${PYSITELIB}/SoftLayer/CLI/nas/list.pyc
613${PYSITELIB}/SoftLayer/CLI/nas/list.pyo 616${PYSITELIB}/SoftLayer/CLI/nas/list.pyo
614${PYSITELIB}/SoftLayer/CLI/object_storage/__init__.py 617${PYSITELIB}/SoftLayer/CLI/object_storage/__init__.py
615${PYSITELIB}/SoftLayer/CLI/object_storage/__init__.pyc 618${PYSITELIB}/SoftLayer/CLI/object_storage/__init__.pyc
616${PYSITELIB}/SoftLayer/CLI/object_storage/__init__.pyo 619${PYSITELIB}/SoftLayer/CLI/object_storage/__init__.pyo
617${PYSITELIB}/SoftLayer/CLI/object_storage/credential/__init__.py 620${PYSITELIB}/SoftLayer/CLI/object_storage/credential/__init__.py
618${PYSITELIB}/SoftLayer/CLI/object_storage/credential/__init__.pyc 621${PYSITELIB}/SoftLayer/CLI/object_storage/credential/__init__.pyc
619${PYSITELIB}/SoftLayer/CLI/object_storage/credential/__init__.pyo 622${PYSITELIB}/SoftLayer/CLI/object_storage/credential/__init__.pyo
620${PYSITELIB}/SoftLayer/CLI/object_storage/credential/create.py 623${PYSITELIB}/SoftLayer/CLI/object_storage/credential/create.py
621${PYSITELIB}/SoftLayer/CLI/object_storage/credential/create.pyc 624${PYSITELIB}/SoftLayer/CLI/object_storage/credential/create.pyc
622${PYSITELIB}/SoftLayer/CLI/object_storage/credential/create.pyo 625${PYSITELIB}/SoftLayer/CLI/object_storage/credential/create.pyo
623${PYSITELIB}/SoftLayer/CLI/object_storage/credential/delete.py 626${PYSITELIB}/SoftLayer/CLI/object_storage/credential/delete.py
624${PYSITELIB}/SoftLayer/CLI/object_storage/credential/delete.pyc 627${PYSITELIB}/SoftLayer/CLI/object_storage/credential/delete.pyc
625${PYSITELIB}/SoftLayer/CLI/object_storage/credential/delete.pyo 628${PYSITELIB}/SoftLayer/CLI/object_storage/credential/delete.pyo
626${PYSITELIB}/SoftLayer/CLI/object_storage/credential/limit.py 629${PYSITELIB}/SoftLayer/CLI/object_storage/credential/limit.py
627${PYSITELIB}/SoftLayer/CLI/object_storage/credential/limit.pyc 630${PYSITELIB}/SoftLayer/CLI/object_storage/credential/limit.pyc
628${PYSITELIB}/SoftLayer/CLI/object_storage/credential/limit.pyo 631${PYSITELIB}/SoftLayer/CLI/object_storage/credential/limit.pyo
629${PYSITELIB}/SoftLayer/CLI/object_storage/credential/list.py 632${PYSITELIB}/SoftLayer/CLI/object_storage/credential/list.py
630${PYSITELIB}/SoftLayer/CLI/object_storage/credential/list.pyc 633${PYSITELIB}/SoftLayer/CLI/object_storage/credential/list.pyc
631${PYSITELIB}/SoftLayer/CLI/object_storage/credential/list.pyo 634${PYSITELIB}/SoftLayer/CLI/object_storage/credential/list.pyo
632${PYSITELIB}/SoftLayer/CLI/object_storage/list_accounts.py 635${PYSITELIB}/SoftLayer/CLI/object_storage/list_accounts.py
633${PYSITELIB}/SoftLayer/CLI/object_storage/list_accounts.pyc 636${PYSITELIB}/SoftLayer/CLI/object_storage/list_accounts.pyc
634${PYSITELIB}/SoftLayer/CLI/object_storage/list_accounts.pyo 637${PYSITELIB}/SoftLayer/CLI/object_storage/list_accounts.pyo
635${PYSITELIB}/SoftLayer/CLI/object_storage/list_endpoints.py 638${PYSITELIB}/SoftLayer/CLI/object_storage/list_endpoints.py
636${PYSITELIB}/SoftLayer/CLI/object_storage/list_endpoints.pyc 639${PYSITELIB}/SoftLayer/CLI/object_storage/list_endpoints.pyc
637${PYSITELIB}/SoftLayer/CLI/object_storage/list_endpoints.pyo 640${PYSITELIB}/SoftLayer/CLI/object_storage/list_endpoints.pyo
638${PYSITELIB}/SoftLayer/CLI/order/__init__.py 641${PYSITELIB}/SoftLayer/CLI/order/__init__.py
639${PYSITELIB}/SoftLayer/CLI/order/__init__.pyc 642${PYSITELIB}/SoftLayer/CLI/order/__init__.pyc
640${PYSITELIB}/SoftLayer/CLI/order/__init__.pyo 643${PYSITELIB}/SoftLayer/CLI/order/__init__.pyo
641${PYSITELIB}/SoftLayer/CLI/order/category_list.py 644${PYSITELIB}/SoftLayer/CLI/order/category_list.py
642${PYSITELIB}/SoftLayer/CLI/order/category_list.pyc 645${PYSITELIB}/SoftLayer/CLI/order/category_list.pyc
643${PYSITELIB}/SoftLayer/CLI/order/category_list.pyo 646${PYSITELIB}/SoftLayer/CLI/order/category_list.pyo
644${PYSITELIB}/SoftLayer/CLI/order/item_list.py 647${PYSITELIB}/SoftLayer/CLI/order/item_list.py
645${PYSITELIB}/SoftLayer/CLI/order/item_list.pyc 648${PYSITELIB}/SoftLayer/CLI/order/item_list.pyc
646${PYSITELIB}/SoftLayer/CLI/order/item_list.pyo 649${PYSITELIB}/SoftLayer/CLI/order/item_list.pyo
647${PYSITELIB}/SoftLayer/CLI/order/lookup.py 650${PYSITELIB}/SoftLayer/CLI/order/lookup.py
648${PYSITELIB}/SoftLayer/CLI/order/lookup.pyc 651${PYSITELIB}/SoftLayer/CLI/order/lookup.pyc
649${PYSITELIB}/SoftLayer/CLI/order/lookup.pyo 652${PYSITELIB}/SoftLayer/CLI/order/lookup.pyo
650${PYSITELIB}/SoftLayer/CLI/order/package_list.py 653${PYSITELIB}/SoftLayer/CLI/order/package_list.py
651${PYSITELIB}/SoftLayer/CLI/order/package_list.pyc 654${PYSITELIB}/SoftLayer/CLI/order/package_list.pyc
652${PYSITELIB}/SoftLayer/CLI/order/package_list.pyo 655${PYSITELIB}/SoftLayer/CLI/order/package_list.pyo
653${PYSITELIB}/SoftLayer/CLI/order/package_locations.py 656${PYSITELIB}/SoftLayer/CLI/order/package_locations.py
654${PYSITELIB}/SoftLayer/CLI/order/package_locations.pyc 657${PYSITELIB}/SoftLayer/CLI/order/package_locations.pyc
655${PYSITELIB}/SoftLayer/CLI/order/package_locations.pyo 658${PYSITELIB}/SoftLayer/CLI/order/package_locations.pyo
656${PYSITELIB}/SoftLayer/CLI/order/place.py 659${PYSITELIB}/SoftLayer/CLI/order/place.py
657${PYSITELIB}/SoftLayer/CLI/order/place.pyc 660${PYSITELIB}/SoftLayer/CLI/order/place.pyc
658${PYSITELIB}/SoftLayer/CLI/order/place.pyo 661${PYSITELIB}/SoftLayer/CLI/order/place.pyo
659${PYSITELIB}/SoftLayer/CLI/order/place_quote.py 662${PYSITELIB}/SoftLayer/CLI/order/place_quote.py
660${PYSITELIB}/SoftLayer/CLI/order/place_quote.pyc 663${PYSITELIB}/SoftLayer/CLI/order/place_quote.pyc
661${PYSITELIB}/SoftLayer/CLI/order/place_quote.pyo 664${PYSITELIB}/SoftLayer/CLI/order/place_quote.pyo
662${PYSITELIB}/SoftLayer/CLI/order/preset_list.py 665${PYSITELIB}/SoftLayer/CLI/order/preset_list.py
663${PYSITELIB}/SoftLayer/CLI/order/preset_list.pyc 666${PYSITELIB}/SoftLayer/CLI/order/preset_list.pyc
664${PYSITELIB}/SoftLayer/CLI/order/preset_list.pyo 667${PYSITELIB}/SoftLayer/CLI/order/preset_list.pyo
665${PYSITELIB}/SoftLayer/CLI/order/quote.py 668${PYSITELIB}/SoftLayer/CLI/order/quote.py
666${PYSITELIB}/SoftLayer/CLI/order/quote.pyc 669${PYSITELIB}/SoftLayer/CLI/order/quote.pyc
667${PYSITELIB}/SoftLayer/CLI/order/quote.pyo 670${PYSITELIB}/SoftLayer/CLI/order/quote.pyo
668${PYSITELIB}/SoftLayer/CLI/order/quote_detail.py 671${PYSITELIB}/SoftLayer/CLI/order/quote_detail.py
669${PYSITELIB}/SoftLayer/CLI/order/quote_detail.pyc 672${PYSITELIB}/SoftLayer/CLI/order/quote_detail.pyc
670${PYSITELIB}/SoftLayer/CLI/order/quote_detail.pyo 673${PYSITELIB}/SoftLayer/CLI/order/quote_detail.pyo
671${PYSITELIB}/SoftLayer/CLI/order/quote_list.py 674${PYSITELIB}/SoftLayer/CLI/order/quote_list.py
672${PYSITELIB}/SoftLayer/CLI/order/quote_list.pyc 675${PYSITELIB}/SoftLayer/CLI/order/quote_list.pyc
673${PYSITELIB}/SoftLayer/CLI/order/quote_list.pyo 676${PYSITELIB}/SoftLayer/CLI/order/quote_list.pyo
674${PYSITELIB}/SoftLayer/CLI/order/quote_save.py 677${PYSITELIB}/SoftLayer/CLI/order/quote_save.py
675${PYSITELIB}/SoftLayer/CLI/order/quote_save.pyc 678${PYSITELIB}/SoftLayer/CLI/order/quote_save.pyc
676${PYSITELIB}/SoftLayer/CLI/order/quote_save.pyo 679${PYSITELIB}/SoftLayer/CLI/order/quote_save.pyo
677${PYSITELIB}/SoftLayer/CLI/report/__init__.py 680${PYSITELIB}/SoftLayer/CLI/report/__init__.py
678${PYSITELIB}/SoftLayer/CLI/report/__init__.pyc 681${PYSITELIB}/SoftLayer/CLI/report/__init__.pyc
679${PYSITELIB}/SoftLayer/CLI/report/__init__.pyo 682${PYSITELIB}/SoftLayer/CLI/report/__init__.pyo
680${PYSITELIB}/SoftLayer/CLI/report/bandwidth.py 683${PYSITELIB}/SoftLayer/CLI/report/bandwidth.py
681${PYSITELIB}/SoftLayer/CLI/report/bandwidth.pyc 684${PYSITELIB}/SoftLayer/CLI/report/bandwidth.pyc
682${PYSITELIB}/SoftLayer/CLI/report/bandwidth.pyo 685${PYSITELIB}/SoftLayer/CLI/report/bandwidth.pyo
683${PYSITELIB}/SoftLayer/CLI/routes.py 686${PYSITELIB}/SoftLayer/CLI/routes.py
684${PYSITELIB}/SoftLayer/CLI/routes.pyc 687${PYSITELIB}/SoftLayer/CLI/routes.pyc
685${PYSITELIB}/SoftLayer/CLI/routes.pyo 688${PYSITELIB}/SoftLayer/CLI/routes.pyo
686${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.py 689${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.py
687${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.pyc 690${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.pyc
688${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.pyo 691${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.pyo
689${PYSITELIB}/SoftLayer/CLI/securitygroup/create.py 692${PYSITELIB}/SoftLayer/CLI/securitygroup/create.py
690${PYSITELIB}/SoftLayer/CLI/securitygroup/create.pyc 693${PYSITELIB}/SoftLayer/CLI/securitygroup/create.pyc
691${PYSITELIB}/SoftLayer/CLI/securitygroup/create.pyo 694${PYSITELIB}/SoftLayer/CLI/securitygroup/create.pyo
692${PYSITELIB}/SoftLayer/CLI/securitygroup/delete.py 695${PYSITELIB}/SoftLayer/CLI/securitygroup/delete.py
693${PYSITELIB}/SoftLayer/CLI/securitygroup/delete.pyc 696${PYSITELIB}/SoftLayer/CLI/securitygroup/delete.pyc
694${PYSITELIB}/SoftLayer/CLI/securitygroup/delete.pyo 697${PYSITELIB}/SoftLayer/CLI/securitygroup/delete.pyo
695${PYSITELIB}/SoftLayer/CLI/securitygroup/detail.py 698${PYSITELIB}/SoftLayer/CLI/securitygroup/detail.py
696${PYSITELIB}/SoftLayer/CLI/securitygroup/detail.pyc 699${PYSITELIB}/SoftLayer/CLI/securitygroup/detail.pyc
697${PYSITELIB}/SoftLayer/CLI/securitygroup/detail.pyo 700${PYSITELIB}/SoftLayer/CLI/securitygroup/detail.pyo
698${PYSITELIB}/SoftLayer/CLI/securitygroup/edit.py 701${PYSITELIB}/SoftLayer/CLI/securitygroup/edit.py
699${PYSITELIB}/SoftLayer/CLI/securitygroup/edit.pyc 702${PYSITELIB}/SoftLayer/CLI/securitygroup/edit.pyc
700${PYSITELIB}/SoftLayer/CLI/securitygroup/edit.pyo 703${PYSITELIB}/SoftLayer/CLI/securitygroup/edit.pyo
701${PYSITELIB}/SoftLayer/CLI/securitygroup/event_log.py 704${PYSITELIB}/SoftLayer/CLI/securitygroup/event_log.py
702${PYSITELIB}/SoftLayer/CLI/securitygroup/event_log.pyc 705${PYSITELIB}/SoftLayer/CLI/securitygroup/event_log.pyc
703${PYSITELIB}/SoftLayer/CLI/securitygroup/event_log.pyo 706${PYSITELIB}/SoftLayer/CLI/securitygroup/event_log.pyo
704${PYSITELIB}/SoftLayer/CLI/securitygroup/interface.py 707${PYSITELIB}/SoftLayer/CLI/securitygroup/interface.py
705${PYSITELIB}/SoftLayer/CLI/securitygroup/interface.pyc 708${PYSITELIB}/SoftLayer/CLI/securitygroup/interface.pyc
706${PYSITELIB}/SoftLayer/CLI/securitygroup/interface.pyo 709${PYSITELIB}/SoftLayer/CLI/securitygroup/interface.pyo
707${PYSITELIB}/SoftLayer/CLI/securitygroup/list.py 710${PYSITELIB}/SoftLayer/CLI/securitygroup/list.py
708${PYSITELIB}/SoftLayer/CLI/securitygroup/list.pyc 711${PYSITELIB}/SoftLayer/CLI/securitygroup/list.pyc
709${PYSITELIB}/SoftLayer/CLI/securitygroup/list.pyo 712${PYSITELIB}/SoftLayer/CLI/securitygroup/list.pyo
710${PYSITELIB}/SoftLayer/CLI/securitygroup/rule.py 713${PYSITELIB}/SoftLayer/CLI/securitygroup/rule.py
711${PYSITELIB}/SoftLayer/CLI/securitygroup/rule.pyc 714${PYSITELIB}/SoftLayer/CLI/securitygroup/rule.pyc
712${PYSITELIB}/SoftLayer/CLI/securitygroup/rule.pyo 715${PYSITELIB}/SoftLayer/CLI/securitygroup/rule.pyo
713${PYSITELIB}/SoftLayer/CLI/sshkey/__init__.py 716${PYSITELIB}/SoftLayer/CLI/sshkey/__init__.py
714${PYSITELIB}/SoftLayer/CLI/sshkey/__init__.pyc 717${PYSITELIB}/SoftLayer/CLI/sshkey/__init__.pyc
715${PYSITELIB}/SoftLayer/CLI/sshkey/__init__.pyo 718${PYSITELIB}/SoftLayer/CLI/sshkey/__init__.pyo
716${PYSITELIB}/SoftLayer/CLI/sshkey/add.py 719${PYSITELIB}/SoftLayer/CLI/sshkey/add.py
717${PYSITELIB}/SoftLayer/CLI/sshkey/add.pyc 720${PYSITELIB}/SoftLayer/CLI/sshkey/add.pyc
718${PYSITELIB}/SoftLayer/CLI/sshkey/add.pyo 721${PYSITELIB}/SoftLayer/CLI/sshkey/add.pyo
719${PYSITELIB}/SoftLayer/CLI/sshkey/edit.py 722${PYSITELIB}/SoftLayer/CLI/sshkey/edit.py
720${PYSITELIB}/SoftLayer/CLI/sshkey/edit.pyc 723${PYSITELIB}/SoftLayer/CLI/sshkey/edit.pyc
721${PYSITELIB}/SoftLayer/CLI/sshkey/edit.pyo 724${PYSITELIB}/SoftLayer/CLI/sshkey/edit.pyo
722${PYSITELIB}/SoftLayer/CLI/sshkey/list.py 725${PYSITELIB}/SoftLayer/CLI/sshkey/list.py
723${PYSITELIB}/SoftLayer/CLI/sshkey/list.pyc 726${PYSITELIB}/SoftLayer/CLI/sshkey/list.pyc
724${PYSITELIB}/SoftLayer/CLI/sshkey/list.pyo 727${PYSITELIB}/SoftLayer/CLI/sshkey/list.pyo
725${PYSITELIB}/SoftLayer/CLI/sshkey/print.py 728${PYSITELIB}/SoftLayer/CLI/sshkey/print.py
726${PYSITELIB}/SoftLayer/CLI/sshkey/print.pyc 729${PYSITELIB}/SoftLayer/CLI/sshkey/print.pyc
727${PYSITELIB}/SoftLayer/CLI/sshkey/print.pyo 730${PYSITELIB}/SoftLayer/CLI/sshkey/print.pyo
728${PYSITELIB}/SoftLayer/CLI/sshkey/remove.py 731${PYSITELIB}/SoftLayer/CLI/sshkey/remove.py
729${PYSITELIB}/SoftLayer/CLI/sshkey/remove.pyc 732${PYSITELIB}/SoftLayer/CLI/sshkey/remove.pyc
730${PYSITELIB}/SoftLayer/CLI/sshkey/remove.pyo 733${PYSITELIB}/SoftLayer/CLI/sshkey/remove.pyo
731${PYSITELIB}/SoftLayer/CLI/ssl/__init__.py 734${PYSITELIB}/SoftLayer/CLI/ssl/__init__.py
732${PYSITELIB}/SoftLayer/CLI/ssl/__init__.pyc 735${PYSITELIB}/SoftLayer/CLI/ssl/__init__.pyc
733${PYSITELIB}/SoftLayer/CLI/ssl/__init__.pyo 736${PYSITELIB}/SoftLayer/CLI/ssl/__init__.pyo
734${PYSITELIB}/SoftLayer/CLI/ssl/add.py 737${PYSITELIB}/SoftLayer/CLI/ssl/add.py
735${PYSITELIB}/SoftLayer/CLI/ssl/add.pyc 738${PYSITELIB}/SoftLayer/CLI/ssl/add.pyc
736${PYSITELIB}/SoftLayer/CLI/ssl/add.pyo 739${PYSITELIB}/SoftLayer/CLI/ssl/add.pyo
737${PYSITELIB}/SoftLayer/CLI/ssl/download.py 740${PYSITELIB}/SoftLayer/CLI/ssl/download.py
738${PYSITELIB}/SoftLayer/CLI/ssl/download.pyc 741${PYSITELIB}/SoftLayer/CLI/ssl/download.pyc
739${PYSITELIB}/SoftLayer/CLI/ssl/download.pyo 742${PYSITELIB}/SoftLayer/CLI/ssl/download.pyo
740${PYSITELIB}/SoftLayer/CLI/ssl/edit.py 743${PYSITELIB}/SoftLayer/CLI/ssl/edit.py
741${PYSITELIB}/SoftLayer/CLI/ssl/edit.pyc 744${PYSITELIB}/SoftLayer/CLI/ssl/edit.pyc
742${PYSITELIB}/SoftLayer/CLI/ssl/edit.pyo 745${PYSITELIB}/SoftLayer/CLI/ssl/edit.pyo
743${PYSITELIB}/SoftLayer/CLI/ssl/list.py 746${PYSITELIB}/SoftLayer/CLI/ssl/list.py
744${PYSITELIB}/SoftLayer/CLI/ssl/list.pyc 747${PYSITELIB}/SoftLayer/CLI/ssl/list.pyc
745${PYSITELIB}/SoftLayer/CLI/ssl/list.pyo 748${PYSITELIB}/SoftLayer/CLI/ssl/list.pyo
746${PYSITELIB}/SoftLayer/CLI/ssl/remove.py 749${PYSITELIB}/SoftLayer/CLI/ssl/remove.py
747${PYSITELIB}/SoftLayer/CLI/ssl/remove.pyc 750${PYSITELIB}/SoftLayer/CLI/ssl/remove.pyc
748${PYSITELIB}/SoftLayer/CLI/ssl/remove.pyo 751${PYSITELIB}/SoftLayer/CLI/ssl/remove.pyo
749${PYSITELIB}/SoftLayer/CLI/storage_utils.py 752${PYSITELIB}/SoftLayer/CLI/storage_utils.py
750${PYSITELIB}/SoftLayer/CLI/storage_utils.pyc 753${PYSITELIB}/SoftLayer/CLI/storage_utils.pyc
751${PYSITELIB}/SoftLayer/CLI/storage_utils.pyo 754${PYSITELIB}/SoftLayer/CLI/storage_utils.pyo
752${PYSITELIB}/SoftLayer/CLI/subnet/__init__.py 755${PYSITELIB}/SoftLayer/CLI/subnet/__init__.py
753${PYSITELIB}/SoftLayer/CLI/subnet/__init__.pyc 756${PYSITELIB}/SoftLayer/CLI/subnet/__init__.pyc
754${PYSITELIB}/SoftLayer/CLI/subnet/__init__.pyo 757${PYSITELIB}/SoftLayer/CLI/subnet/__init__.pyo
755${PYSITELIB}/SoftLayer/CLI/subnet/cancel.py 758${PYSITELIB}/SoftLayer/CLI/subnet/cancel.py
756${PYSITELIB}/SoftLayer/CLI/subnet/cancel.pyc 759${PYSITELIB}/SoftLayer/CLI/subnet/cancel.pyc
757${PYSITELIB}/SoftLayer/CLI/subnet/cancel.pyo 760${PYSITELIB}/SoftLayer/CLI/subnet/cancel.pyo
758${PYSITELIB}/SoftLayer/CLI/subnet/create.py 761${PYSITELIB}/SoftLayer/CLI/subnet/create.py
759${PYSITELIB}/SoftLayer/CLI/subnet/create.pyc 762${PYSITELIB}/SoftLayer/CLI/subnet/create.pyc
760${PYSITELIB}/SoftLayer/CLI/subnet/create.pyo 763${PYSITELIB}/SoftLayer/CLI/subnet/create.pyo
761${PYSITELIB}/SoftLayer/CLI/subnet/detail.py 764${PYSITELIB}/SoftLayer/CLI/subnet/detail.py
762${PYSITELIB}/SoftLayer/CLI/subnet/detail.pyc 765${PYSITELIB}/SoftLayer/CLI/subnet/detail.pyc
763${PYSITELIB}/SoftLayer/CLI/subnet/detail.pyo 766${PYSITELIB}/SoftLayer/CLI/subnet/detail.pyo
764${PYSITELIB}/SoftLayer/CLI/subnet/edit.py 767${PYSITELIB}/SoftLayer/CLI/subnet/edit.py
765${PYSITELIB}/SoftLayer/CLI/subnet/edit.pyc 768${PYSITELIB}/SoftLayer/CLI/subnet/edit.pyc
766${PYSITELIB}/SoftLayer/CLI/subnet/edit.pyo 769${PYSITELIB}/SoftLayer/CLI/subnet/edit.pyo
767${PYSITELIB}/SoftLayer/CLI/subnet/edit_ip.py 770${PYSITELIB}/SoftLayer/CLI/subnet/edit_ip.py
768${PYSITELIB}/SoftLayer/CLI/subnet/edit_ip.pyc 771${PYSITELIB}/SoftLayer/CLI/subnet/edit_ip.pyc
769${PYSITELIB}/SoftLayer/CLI/subnet/edit_ip.pyo 772${PYSITELIB}/SoftLayer/CLI/subnet/edit_ip.pyo
770${PYSITELIB}/SoftLayer/CLI/subnet/list.py 773${PYSITELIB}/SoftLayer/CLI/subnet/list.py
771${PYSITELIB}/SoftLayer/CLI/subnet/list.pyc 774${PYSITELIB}/SoftLayer/CLI/subnet/list.pyc
772${PYSITELIB}/SoftLayer/CLI/subnet/list.pyo 775${PYSITELIB}/SoftLayer/CLI/subnet/list.pyo
773${PYSITELIB}/SoftLayer/CLI/subnet/lookup.py 776${PYSITELIB}/SoftLayer/CLI/subnet/lookup.py
774${PYSITELIB}/SoftLayer/CLI/subnet/lookup.pyc 777${PYSITELIB}/SoftLayer/CLI/subnet/lookup.pyc
775${PYSITELIB}/SoftLayer/CLI/subnet/lookup.pyo 778${PYSITELIB}/SoftLayer/CLI/subnet/lookup.pyo
776${PYSITELIB}/SoftLayer/CLI/summary.py 779${PYSITELIB}/SoftLayer/CLI/summary.py
777${PYSITELIB}/SoftLayer/CLI/summary.pyc 780${PYSITELIB}/SoftLayer/CLI/summary.pyc
778${PYSITELIB}/SoftLayer/CLI/summary.pyo 781${PYSITELIB}/SoftLayer/CLI/summary.pyo
779${PYSITELIB}/SoftLayer/CLI/tags/__init__.py 782${PYSITELIB}/SoftLayer/CLI/tags/__init__.py
780${PYSITELIB}/SoftLayer/CLI/tags/__init__.pyc 783${PYSITELIB}/SoftLayer/CLI/tags/__init__.pyc
781${PYSITELIB}/SoftLayer/CLI/tags/__init__.pyo 784${PYSITELIB}/SoftLayer/CLI/tags/__init__.pyo
782${PYSITELIB}/SoftLayer/CLI/tags/cleanup.py 785${PYSITELIB}/SoftLayer/CLI/tags/cleanup.py
783${PYSITELIB}/SoftLayer/CLI/tags/cleanup.pyc 786${PYSITELIB}/SoftLayer/CLI/tags/cleanup.pyc
784${PYSITELIB}/SoftLayer/CLI/tags/cleanup.pyo 787${PYSITELIB}/SoftLayer/CLI/tags/cleanup.pyo
785${PYSITELIB}/SoftLayer/CLI/tags/delete.py 788${PYSITELIB}/SoftLayer/CLI/tags/delete.py
786${PYSITELIB}/SoftLayer/CLI/tags/delete.pyc 789${PYSITELIB}/SoftLayer/CLI/tags/delete.pyc
787${PYSITELIB}/SoftLayer/CLI/tags/delete.pyo 790${PYSITELIB}/SoftLayer/CLI/tags/delete.pyo
788${PYSITELIB}/SoftLayer/CLI/tags/details.py 791${PYSITELIB}/SoftLayer/CLI/tags/details.py
789${PYSITELIB}/SoftLayer/CLI/tags/details.pyc 792${PYSITELIB}/SoftLayer/CLI/tags/details.pyc
790${PYSITELIB}/SoftLayer/CLI/tags/details.pyo 793${PYSITELIB}/SoftLayer/CLI/tags/details.pyo
791${PYSITELIB}/SoftLayer/CLI/tags/list.py 794${PYSITELIB}/SoftLayer/CLI/tags/list.py
792${PYSITELIB}/SoftLayer/CLI/tags/list.pyc 795${PYSITELIB}/SoftLayer/CLI/tags/list.pyc
793${PYSITELIB}/SoftLayer/CLI/tags/list.pyo 796${PYSITELIB}/SoftLayer/CLI/tags/list.pyo
794${PYSITELIB}/SoftLayer/CLI/tags/set.py 797${PYSITELIB}/SoftLayer/CLI/tags/set.py
795${PYSITELIB}/SoftLayer/CLI/tags/set.pyc 798${PYSITELIB}/SoftLayer/CLI/tags/set.pyc
796${PYSITELIB}/SoftLayer/CLI/tags/set.pyo 799${PYSITELIB}/SoftLayer/CLI/tags/set.pyo
797${PYSITELIB}/SoftLayer/CLI/tags/taggable.py 800${PYSITELIB}/SoftLayer/CLI/tags/taggable.py
798${PYSITELIB}/SoftLayer/CLI/tags/taggable.pyc 801${PYSITELIB}/SoftLayer/CLI/tags/taggable.pyc
799${PYSITELIB}/SoftLayer/CLI/tags/taggable.pyo 802${PYSITELIB}/SoftLayer/CLI/tags/taggable.pyo
800${PYSITELIB}/SoftLayer/CLI/template.py 803${PYSITELIB}/SoftLayer/CLI/template.py
801${PYSITELIB}/SoftLayer/CLI/template.pyc 804${PYSITELIB}/SoftLayer/CLI/template.pyc
802${PYSITELIB}/SoftLayer/CLI/template.pyo 805${PYSITELIB}/SoftLayer/CLI/template.pyo
803${PYSITELIB}/SoftLayer/CLI/ticket/__init__.py 806${PYSITELIB}/SoftLayer/CLI/ticket/__init__.py
804${PYSITELIB}/SoftLayer/CLI/ticket/__init__.pyc 807${PYSITELIB}/SoftLayer/CLI/ticket/__init__.pyc
805${PYSITELIB}/SoftLayer/CLI/ticket/__init__.pyo 808${PYSITELIB}/SoftLayer/CLI/ticket/__init__.pyo
806${PYSITELIB}/SoftLayer/CLI/ticket/attach.py 809${PYSITELIB}/SoftLayer/CLI/ticket/attach.py
807${PYSITELIB}/SoftLayer/CLI/ticket/attach.pyc 810${PYSITELIB}/SoftLayer/CLI/ticket/attach.pyc
808${PYSITELIB}/SoftLayer/CLI/ticket/attach.pyo 811${PYSITELIB}/SoftLayer/CLI/ticket/attach.pyo
809${PYSITELIB}/SoftLayer/CLI/ticket/create.py 812${PYSITELIB}/SoftLayer/CLI/ticket/create.py
810${PYSITELIB}/SoftLayer/CLI/ticket/create.pyc 813${PYSITELIB}/SoftLayer/CLI/ticket/create.pyc
811${PYSITELIB}/SoftLayer/CLI/ticket/create.pyo 814${PYSITELIB}/SoftLayer/CLI/ticket/create.pyo
812${PYSITELIB}/SoftLayer/CLI/ticket/detach.py 815${PYSITELIB}/SoftLayer/CLI/ticket/detach.py
813${PYSITELIB}/SoftLayer/CLI/ticket/detach.pyc 816${PYSITELIB}/SoftLayer/CLI/ticket/detach.pyc
814${PYSITELIB}/SoftLayer/CLI/ticket/detach.pyo 817${PYSITELIB}/SoftLayer/CLI/ticket/detach.pyo
815${PYSITELIB}/SoftLayer/CLI/ticket/detail.py 818${PYSITELIB}/SoftLayer/CLI/ticket/detail.py
816${PYSITELIB}/SoftLayer/CLI/ticket/detail.pyc 819${PYSITELIB}/SoftLayer/CLI/ticket/detail.pyc
817${PYSITELIB}/SoftLayer/CLI/ticket/detail.pyo 820${PYSITELIB}/SoftLayer/CLI/ticket/detail.pyo
818${PYSITELIB}/SoftLayer/CLI/ticket/list.py 821${PYSITELIB}/SoftLayer/CLI/ticket/list.py
819${PYSITELIB}/SoftLayer/CLI/ticket/list.pyc 822${PYSITELIB}/SoftLayer/CLI/ticket/list.pyc
820${PYSITELIB}/SoftLayer/CLI/ticket/list.pyo 823${PYSITELIB}/SoftLayer/CLI/ticket/list.pyo
821${PYSITELIB}/SoftLayer/CLI/ticket/subjects.py 824${PYSITELIB}/SoftLayer/CLI/ticket/subjects.py
822${PYSITELIB}/SoftLayer/CLI/ticket/subjects.pyc 825${PYSITELIB}/SoftLayer/CLI/ticket/subjects.pyc
823${PYSITELIB}/SoftLayer/CLI/ticket/subjects.pyo 826${PYSITELIB}/SoftLayer/CLI/ticket/subjects.pyo
824${PYSITELIB}/SoftLayer/CLI/ticket/summary.py 827${PYSITELIB}/SoftLayer/CLI/ticket/summary.py
825${PYSITELIB}/SoftLayer/CLI/ticket/summary.pyc 828${PYSITELIB}/SoftLayer/CLI/ticket/summary.pyc
826${PYSITELIB}/SoftLayer/CLI/ticket/summary.pyo 829${PYSITELIB}/SoftLayer/CLI/ticket/summary.pyo
827${PYSITELIB}/SoftLayer/CLI/ticket/update.py 830${PYSITELIB}/SoftLayer/CLI/ticket/update.py
828${PYSITELIB}/SoftLayer/CLI/ticket/update.pyc 831${PYSITELIB}/SoftLayer/CLI/ticket/update.pyc
829${PYSITELIB}/SoftLayer/CLI/ticket/update.pyo 832${PYSITELIB}/SoftLayer/CLI/ticket/update.pyo
830${PYSITELIB}/SoftLayer/CLI/ticket/upload.py 833${PYSITELIB}/SoftLayer/CLI/ticket/upload.py
831${PYSITELIB}/SoftLayer/CLI/ticket/upload.pyc 834${PYSITELIB}/SoftLayer/CLI/ticket/upload.pyc
832${PYSITELIB}/SoftLayer/CLI/ticket/upload.pyo 835${PYSITELIB}/SoftLayer/CLI/ticket/upload.pyo
833${PYSITELIB}/SoftLayer/CLI/user/__init__.py 836${PYSITELIB}/SoftLayer/CLI/user/__init__.py
834${PYSITELIB}/SoftLayer/CLI/user/__init__.pyc 837${PYSITELIB}/SoftLayer/CLI/user/__init__.pyc
835${PYSITELIB}/SoftLayer/CLI/user/__init__.pyo 838${PYSITELIB}/SoftLayer/CLI/user/__init__.pyo
836${PYSITELIB}/SoftLayer/CLI/user/create.py 839${PYSITELIB}/SoftLayer/CLI/user/create.py
837${PYSITELIB}/SoftLayer/CLI/user/create.pyc 840${PYSITELIB}/SoftLayer/CLI/user/create.pyc
838${PYSITELIB}/SoftLayer/CLI/user/create.pyo 841${PYSITELIB}/SoftLayer/CLI/user/create.pyo
839${PYSITELIB}/SoftLayer/CLI/user/delete.py 842${PYSITELIB}/SoftLayer/CLI/user/delete.py
840${PYSITELIB}/SoftLayer/CLI/user/delete.pyc 843${PYSITELIB}/SoftLayer/CLI/user/delete.pyc
841${PYSITELIB}/SoftLayer/CLI/user/delete.pyo 844${PYSITELIB}/SoftLayer/CLI/user/delete.pyo
842${PYSITELIB}/SoftLayer/CLI/user/detail.py 845${PYSITELIB}/SoftLayer/CLI/user/detail.py
843${PYSITELIB}/SoftLayer/CLI/user/detail.pyc 846${PYSITELIB}/SoftLayer/CLI/user/detail.pyc
844${PYSITELIB}/SoftLayer/CLI/user/detail.pyo 847${PYSITELIB}/SoftLayer/CLI/user/detail.pyo
845${PYSITELIB}/SoftLayer/CLI/user/edit_details.py 848${PYSITELIB}/SoftLayer/CLI/user/edit_details.py
846${PYSITELIB}/SoftLayer/CLI/user/edit_details.pyc 849${PYSITELIB}/SoftLayer/CLI/user/edit_details.pyc
847${PYSITELIB}/SoftLayer/CLI/user/edit_details.pyo 850${PYSITELIB}/SoftLayer/CLI/user/edit_details.pyo
848${PYSITELIB}/SoftLayer/CLI/user/edit_notifications.py 851${PYSITELIB}/SoftLayer/CLI/user/edit_notifications.py
849${PYSITELIB}/SoftLayer/CLI/user/edit_notifications.pyc 852${PYSITELIB}/SoftLayer/CLI/user/edit_notifications.pyc
850${PYSITELIB}/SoftLayer/CLI/user/edit_notifications.pyo 853${PYSITELIB}/SoftLayer/CLI/user/edit_notifications.pyo
851${PYSITELIB}/SoftLayer/CLI/user/edit_permissions.py 854${PYSITELIB}/SoftLayer/CLI/user/edit_permissions.py
852${PYSITELIB}/SoftLayer/CLI/user/edit_permissions.pyc 855${PYSITELIB}/SoftLayer/CLI/user/edit_permissions.pyc
853${PYSITELIB}/SoftLayer/CLI/user/edit_permissions.pyo 856${PYSITELIB}/SoftLayer/CLI/user/edit_permissions.pyo
854${PYSITELIB}/SoftLayer/CLI/user/list.py 857${PYSITELIB}/SoftLayer/CLI/user/list.py
855${PYSITELIB}/SoftLayer/CLI/user/list.pyc 858${PYSITELIB}/SoftLayer/CLI/user/list.pyc
856${PYSITELIB}/SoftLayer/CLI/user/list.pyo 859${PYSITELIB}/SoftLayer/CLI/user/list.pyo
857${PYSITELIB}/SoftLayer/CLI/user/notifications.py 860${PYSITELIB}/SoftLayer/CLI/user/notifications.py
858${PYSITELIB}/SoftLayer/CLI/user/notifications.pyc 861${PYSITELIB}/SoftLayer/CLI/user/notifications.pyc
859${PYSITELIB}/SoftLayer/CLI/user/notifications.pyo 862${PYSITELIB}/SoftLayer/CLI/user/notifications.pyo
860${PYSITELIB}/SoftLayer/CLI/user/permissions.py 863${PYSITELIB}/SoftLayer/CLI/user/permissions.py
861${PYSITELIB}/SoftLayer/CLI/user/permissions.pyc 864${PYSITELIB}/SoftLayer/CLI/user/permissions.pyc
862${PYSITELIB}/SoftLayer/CLI/user/permissions.pyo 865${PYSITELIB}/SoftLayer/CLI/user/permissions.pyo
863${PYSITELIB}/SoftLayer/CLI/user/vpn_manual.py 866${PYSITELIB}/SoftLayer/CLI/user/vpn_manual.py
864${PYSITELIB}/SoftLayer/CLI/user/vpn_manual.pyc 867${PYSITELIB}/SoftLayer/CLI/user/vpn_manual.pyc
865${PYSITELIB}/SoftLayer/CLI/user/vpn_manual.pyo 868${PYSITELIB}/SoftLayer/CLI/user/vpn_manual.pyo
866${PYSITELIB}/SoftLayer/CLI/user/vpn_subnet.py 869${PYSITELIB}/SoftLayer/CLI/user/vpn_subnet.py
867${PYSITELIB}/SoftLayer/CLI/user/vpn_subnet.pyc 870${PYSITELIB}/SoftLayer/CLI/user/vpn_subnet.pyc
868${PYSITELIB}/SoftLayer/CLI/user/vpn_subnet.pyo 871${PYSITELIB}/SoftLayer/CLI/user/vpn_subnet.pyo
869${PYSITELIB}/SoftLayer/CLI/virt/__init__.py 872${PYSITELIB}/SoftLayer/CLI/virt/__init__.py
870${PYSITELIB}/SoftLayer/CLI/virt/__init__.pyc 873${PYSITELIB}/SoftLayer/CLI/virt/__init__.pyc
871${PYSITELIB}/SoftLayer/CLI/virt/__init__.pyo 874${PYSITELIB}/SoftLayer/CLI/virt/__init__.pyo
872${PYSITELIB}/SoftLayer/CLI/virt/authorize_storage.py 875${PYSITELIB}/SoftLayer/CLI/virt/authorize_storage.py
873${PYSITELIB}/SoftLayer/CLI/virt/authorize_storage.pyc 876${PYSITELIB}/SoftLayer/CLI/virt/authorize_storage.pyc
874${PYSITELIB}/SoftLayer/CLI/virt/authorize_storage.pyo 877${PYSITELIB}/SoftLayer/CLI/virt/authorize_storage.pyo
875${PYSITELIB}/SoftLayer/CLI/virt/bandwidth.py 878${PYSITELIB}/SoftLayer/CLI/virt/bandwidth.py
876${PYSITELIB}/SoftLayer/CLI/virt/bandwidth.pyc 879${PYSITELIB}/SoftLayer/CLI/virt/bandwidth.pyc
877${PYSITELIB}/SoftLayer/CLI/virt/bandwidth.pyo 880${PYSITELIB}/SoftLayer/CLI/virt/bandwidth.pyo
878${PYSITELIB}/SoftLayer/CLI/virt/billing.py 881${PYSITELIB}/SoftLayer/CLI/virt/billing.py
879${PYSITELIB}/SoftLayer/CLI/virt/billing.pyc 882${PYSITELIB}/SoftLayer/CLI/virt/billing.pyc
880${PYSITELIB}/SoftLayer/CLI/virt/billing.pyo 883${PYSITELIB}/SoftLayer/CLI/virt/billing.pyo
881${PYSITELIB}/SoftLayer/CLI/virt/cancel.py 884${PYSITELIB}/SoftLayer/CLI/virt/cancel.py
882${PYSITELIB}/SoftLayer/CLI/virt/cancel.pyc 885${PYSITELIB}/SoftLayer/CLI/virt/cancel.pyc
883${PYSITELIB}/SoftLayer/CLI/virt/cancel.pyo 886${PYSITELIB}/SoftLayer/CLI/virt/cancel.pyo
884${PYSITELIB}/SoftLayer/CLI/virt/capacity/__init__.py 887${PYSITELIB}/SoftLayer/CLI/virt/capacity/__init__.py
885${PYSITELIB}/SoftLayer/CLI/virt/capacity/__init__.pyc 888${PYSITELIB}/SoftLayer/CLI/virt/capacity/__init__.pyc
886${PYSITELIB}/SoftLayer/CLI/virt/capacity/__init__.pyo 889${PYSITELIB}/SoftLayer/CLI/virt/capacity/__init__.pyo
887${PYSITELIB}/SoftLayer/CLI/virt/capacity/create.py 890${PYSITELIB}/SoftLayer/CLI/virt/capacity/create.py
888${PYSITELIB}/SoftLayer/CLI/virt/capacity/create.pyc 891${PYSITELIB}/SoftLayer/CLI/virt/capacity/create.pyc
889${PYSITELIB}/SoftLayer/CLI/virt/capacity/create.pyo 892${PYSITELIB}/SoftLayer/CLI/virt/capacity/create.pyo
890${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_guest.py 893${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_guest.py
891${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_guest.pyc 894${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_guest.pyc
892${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_guest.pyo 895${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_guest.pyo
893${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_options.py 896${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_options.py
894${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_options.pyc 897${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_options.pyc
895${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_options.pyo 898${PYSITELIB}/SoftLayer/CLI/virt/capacity/create_options.pyo
896${PYSITELIB}/SoftLayer/CLI/virt/capacity/detail.py 899${PYSITELIB}/SoftLayer/CLI/virt/capacity/detail.py
897${PYSITELIB}/SoftLayer/CLI/virt/capacity/detail.pyc 900${PYSITELIB}/SoftLayer/CLI/virt/capacity/detail.pyc
898${PYSITELIB}/SoftLayer/CLI/virt/capacity/detail.pyo 901${PYSITELIB}/SoftLayer/CLI/virt/capacity/detail.pyo
899${PYSITELIB}/SoftLayer/CLI/virt/capacity/list.py 902${PYSITELIB}/SoftLayer/CLI/virt/capacity/list.py
900${PYSITELIB}/SoftLayer/CLI/virt/capacity/list.pyc 903${PYSITELIB}/SoftLayer/CLI/virt/capacity/list.pyc
901${PYSITELIB}/SoftLayer/CLI/virt/capacity/list.pyo 904${PYSITELIB}/SoftLayer/CLI/virt/capacity/list.pyo
902${PYSITELIB}/SoftLayer/CLI/virt/capture.py 905${PYSITELIB}/SoftLayer/CLI/virt/capture.py
903${PYSITELIB}/SoftLayer/CLI/virt/capture.pyc 906${PYSITELIB}/SoftLayer/CLI/virt/capture.pyc
904${PYSITELIB}/SoftLayer/CLI/virt/capture.pyo 907${PYSITELIB}/SoftLayer/CLI/virt/capture.pyo
905${PYSITELIB}/SoftLayer/CLI/virt/create.py 908${PYSITELIB}/SoftLayer/CLI/virt/create.py
906${PYSITELIB}/SoftLayer/CLI/virt/create.pyc 909${PYSITELIB}/SoftLayer/CLI/virt/create.pyc
907${PYSITELIB}/SoftLayer/CLI/virt/create.pyo 910${PYSITELIB}/SoftLayer/CLI/virt/create.pyo
908${PYSITELIB}/SoftLayer/CLI/virt/create_options.py 911${PYSITELIB}/SoftLayer/CLI/virt/create_options.py
909${PYSITELIB}/SoftLayer/CLI/virt/create_options.pyc 912${PYSITELIB}/SoftLayer/CLI/virt/create_options.pyc
910${PYSITELIB}/SoftLayer/CLI/virt/create_options.pyo 913${PYSITELIB}/SoftLayer/CLI/virt/create_options.pyo
911${PYSITELIB}/SoftLayer/CLI/virt/credentials.py 914${PYSITELIB}/SoftLayer/CLI/virt/credentials.py
912${PYSITELIB}/SoftLayer/CLI/virt/credentials.pyc 915${PYSITELIB}/SoftLayer/CLI/virt/credentials.pyc
913${PYSITELIB}/SoftLayer/CLI/virt/credentials.pyo 916${PYSITELIB}/SoftLayer/CLI/virt/credentials.pyo
914${PYSITELIB}/SoftLayer/CLI/virt/detail.py 917${PYSITELIB}/SoftLayer/CLI/virt/detail.py
915${PYSITELIB}/SoftLayer/CLI/virt/detail.pyc 918${PYSITELIB}/SoftLayer/CLI/virt/detail.pyc
916${PYSITELIB}/SoftLayer/CLI/virt/detail.pyo 919${PYSITELIB}/SoftLayer/CLI/virt/detail.pyo
917${PYSITELIB}/SoftLayer/CLI/virt/dns.py 920${PYSITELIB}/SoftLayer/CLI/virt/dns.py
918${PYSITELIB}/SoftLayer/CLI/virt/dns.pyc 921${PYSITELIB}/SoftLayer/CLI/virt/dns.pyc
919${PYSITELIB}/SoftLayer/CLI/virt/dns.pyo 922${PYSITELIB}/SoftLayer/CLI/virt/dns.pyo
920${PYSITELIB}/SoftLayer/CLI/virt/edit.py 923${PYSITELIB}/SoftLayer/CLI/virt/edit.py
921${PYSITELIB}/SoftLayer/CLI/virt/edit.pyc 924${PYSITELIB}/SoftLayer/CLI/virt/edit.pyc
922${PYSITELIB}/SoftLayer/CLI/virt/edit.pyo 925${PYSITELIB}/SoftLayer/CLI/virt/edit.pyo
923${PYSITELIB}/SoftLayer/CLI/virt/list.py 926${PYSITELIB}/SoftLayer/CLI/virt/list.py
924${PYSITELIB}/SoftLayer/CLI/virt/list.pyc 927${PYSITELIB}/SoftLayer/CLI/virt/list.pyc
925${PYSITELIB}/SoftLayer/CLI/virt/list.pyo 928${PYSITELIB}/SoftLayer/CLI/virt/list.pyo
926${PYSITELIB}/SoftLayer/CLI/virt/migrate.py 929${PYSITELIB}/SoftLayer/CLI/virt/migrate.py
927${PYSITELIB}/SoftLayer/CLI/virt/migrate.pyc 930${PYSITELIB}/SoftLayer/CLI/virt/migrate.pyc
928${PYSITELIB}/SoftLayer/CLI/virt/migrate.pyo 931${PYSITELIB}/SoftLayer/CLI/virt/migrate.pyo
929${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/__init__.py 932${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/__init__.py
930${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/__init__.pyc 933${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/__init__.pyc
931${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/__init__.pyo 934${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/__init__.pyo
932${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/create.py 935${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/create.py
933${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/create.pyc 936${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/create.pyc
934${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/create.pyo 937${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/create.pyo
935${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/create_options.py 938${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/create_options.py
936${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/create_options.pyc 939${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/create_options.pyc
937${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/create_options.pyo 940${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/create_options.pyo
938${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/delete.py 941${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/delete.py
939${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/delete.pyc 942${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/delete.pyc
940${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/delete.pyo 943${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/delete.pyo
941${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/detail.py 944${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/detail.py
942${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/detail.pyc 945${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/detail.pyc
943${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/detail.pyo 946${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/detail.pyo
944${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/list.py 947${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/list.py
945${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/list.pyc 948${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/list.pyc
946${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/list.pyo 949${PYSITELIB}/SoftLayer/CLI/virt/placementgroup/list.pyo
947${PYSITELIB}/SoftLayer/CLI/virt/power.py 950${PYSITELIB}/SoftLayer/CLI/virt/power.py
948${PYSITELIB}/SoftLayer/CLI/virt/power.pyc 951${PYSITELIB}/SoftLayer/CLI/virt/power.pyc
949${PYSITELIB}/SoftLayer/CLI/virt/power.pyo 952${PYSITELIB}/SoftLayer/CLI/virt/power.pyo
950${PYSITELIB}/SoftLayer/CLI/virt/ready.py 953${PYSITELIB}/SoftLayer/CLI/virt/ready.py
951${PYSITELIB}/SoftLayer/CLI/virt/ready.pyc 954${PYSITELIB}/SoftLayer/CLI/virt/ready.pyc
952${PYSITELIB}/SoftLayer/CLI/virt/ready.pyo 955${PYSITELIB}/SoftLayer/CLI/virt/ready.pyo
953${PYSITELIB}/SoftLayer/CLI/virt/reload.py 956${PYSITELIB}/SoftLayer/CLI/virt/reload.py
954${PYSITELIB}/SoftLayer/CLI/virt/reload.pyc 957${PYSITELIB}/SoftLayer/CLI/virt/reload.pyc
955${PYSITELIB}/SoftLayer/CLI/virt/reload.pyo 958${PYSITELIB}/SoftLayer/CLI/virt/reload.pyo
956${PYSITELIB}/SoftLayer/CLI/virt/storage.py 959${PYSITELIB}/SoftLayer/CLI/virt/storage.py
957${PYSITELIB}/SoftLayer/CLI/virt/storage.pyc 960${PYSITELIB}/SoftLayer/CLI/virt/storage.pyc
958${PYSITELIB}/SoftLayer/CLI/virt/storage.pyo 961${PYSITELIB}/SoftLayer/CLI/virt/storage.pyo
959${PYSITELIB}/SoftLayer/CLI/virt/upgrade.py 962${PYSITELIB}/SoftLayer/CLI/virt/upgrade.py
960${PYSITELIB}/SoftLayer/CLI/virt/upgrade.pyc 963${PYSITELIB}/SoftLayer/CLI/virt/upgrade.pyc
961${PYSITELIB}/SoftLayer/CLI/virt/upgrade.pyo 964${PYSITELIB}/SoftLayer/CLI/virt/upgrade.pyo
962${PYSITELIB}/SoftLayer/CLI/virt/usage.py 965${PYSITELIB}/SoftLayer/CLI/virt/usage.py
963${PYSITELIB}/SoftLayer/CLI/virt/usage.pyc 966${PYSITELIB}/SoftLayer/CLI/virt/usage.pyc
964${PYSITELIB}/SoftLayer/CLI/virt/usage.pyo 967${PYSITELIB}/SoftLayer/CLI/virt/usage.pyo
965${PYSITELIB}/SoftLayer/CLI/vlan/__init__.py 968${PYSITELIB}/SoftLayer/CLI/vlan/__init__.py
966${PYSITELIB}/SoftLayer/CLI/vlan/__init__.pyc 969${PYSITELIB}/SoftLayer/CLI/vlan/__init__.pyc
967${PYSITELIB}/SoftLayer/CLI/vlan/__init__.pyo 970${PYSITELIB}/SoftLayer/CLI/vlan/__init__.pyo
968${PYSITELIB}/SoftLayer/CLI/vlan/cancel.py 971${PYSITELIB}/SoftLayer/CLI/vlan/cancel.py
969${PYSITELIB}/SoftLayer/CLI/vlan/cancel.pyc 972${PYSITELIB}/SoftLayer/CLI/vlan/cancel.pyc
970${PYSITELIB}/SoftLayer/CLI/vlan/cancel.pyo 973${PYSITELIB}/SoftLayer/CLI/vlan/cancel.pyo
971${PYSITELIB}/SoftLayer/CLI/vlan/create.py 974${PYSITELIB}/SoftLayer/CLI/vlan/create.py
972${PYSITELIB}/SoftLayer/CLI/vlan/create.pyc 975${PYSITELIB}/SoftLayer/CLI/vlan/create.pyc
973${PYSITELIB}/SoftLayer/CLI/vlan/create.pyo 976${PYSITELIB}/SoftLayer/CLI/vlan/create.pyo
 977${PYSITELIB}/SoftLayer/CLI/vlan/create_options.py
 978${PYSITELIB}/SoftLayer/CLI/vlan/create_options.pyc
 979${PYSITELIB}/SoftLayer/CLI/vlan/create_options.pyo
974${PYSITELIB}/SoftLayer/CLI/vlan/detail.py 980${PYSITELIB}/SoftLayer/CLI/vlan/detail.py
975${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyc 981${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyc
976${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyo 982${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyo
977${PYSITELIB}/SoftLayer/CLI/vlan/edit.py 983${PYSITELIB}/SoftLayer/CLI/vlan/edit.py
978${PYSITELIB}/SoftLayer/CLI/vlan/edit.pyc 984${PYSITELIB}/SoftLayer/CLI/vlan/edit.pyc
979${PYSITELIB}/SoftLayer/CLI/vlan/edit.pyo 985${PYSITELIB}/SoftLayer/CLI/vlan/edit.pyo
980${PYSITELIB}/SoftLayer/CLI/vlan/list.py 986${PYSITELIB}/SoftLayer/CLI/vlan/list.py
981${PYSITELIB}/SoftLayer/CLI/vlan/list.pyc 987${PYSITELIB}/SoftLayer/CLI/vlan/list.pyc
982${PYSITELIB}/SoftLayer/CLI/vlan/list.pyo 988${PYSITELIB}/SoftLayer/CLI/vlan/list.pyo
983${PYSITELIB}/SoftLayer/CLI/vpn/__init__.py 989${PYSITELIB}/SoftLayer/CLI/vpn/__init__.py
984${PYSITELIB}/SoftLayer/CLI/vpn/__init__.pyc 990${PYSITELIB}/SoftLayer/CLI/vpn/__init__.pyc
985${PYSITELIB}/SoftLayer/CLI/vpn/__init__.pyo 991${PYSITELIB}/SoftLayer/CLI/vpn/__init__.pyo
986${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.py 992${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.py
987${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.pyc 993${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.pyc
988${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.pyo 994${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/__init__.pyo
989${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/configure.py 995${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/configure.py
990${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/configure.pyc 996${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/configure.pyc
991${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/configure.pyo 997${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/configure.pyo
992${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/detail.py 998${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/detail.py
993${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/detail.pyc 999${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/detail.pyc
994${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/detail.pyo 1000${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/detail.pyo
995${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.py 1001${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.py
996${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.pyc 1002${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.pyc
997${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.pyo 1003${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/list.pyo
998${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/__init__.py 1004${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/__init__.py
999${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/__init__.pyc 1005${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/__init__.pyc
1000${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/__init__.pyo 1006${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/__init__.pyo
1001${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/add.py 1007${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/add.py
1002${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/add.pyc 1008${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/add.pyc
1003${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/add.pyo 1009${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/add.pyo
1004${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/remove.py 1010${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/remove.py
1005${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/remove.pyc 1011${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/remove.pyc
1006${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/remove.pyo 1012${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/subnet/remove.pyo
1007${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/__init__.py 1013${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/__init__.py
1008${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/__init__.pyc 1014${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/__init__.pyc
1009${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/__init__.pyo 1015${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/__init__.pyo
1010${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/add.py 1016${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/add.py
1011${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/add.pyc 1017${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/add.pyc
1012${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/add.pyo 1018${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/add.pyo
1013${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/remove.py 1019${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/remove.py
1014${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/remove.pyc 1020${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/remove.pyc
1015${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/remove.pyo 1021${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/remove.pyo
1016${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/update.py 1022${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/update.py
1017${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/update.pyc 1023${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/update.pyc
1018${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/update.pyo 1024${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/translation/update.pyo
1019${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/update.py 1025${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/update.py
1020${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/update.pyc 1026${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/update.pyc
1021${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/update.pyo 1027${PYSITELIB}/SoftLayer/CLI/vpn/ipsec/update.pyo
1022${PYSITELIB}/SoftLayer/__init__.py 1028${PYSITELIB}/SoftLayer/__init__.py
1023${PYSITELIB}/SoftLayer/__init__.pyc 1029${PYSITELIB}/SoftLayer/__init__.pyc
1024${PYSITELIB}/SoftLayer/__init__.pyo 1030${PYSITELIB}/SoftLayer/__init__.pyo
1025${PYSITELIB}/SoftLayer/auth.py 1031${PYSITELIB}/SoftLayer/auth.py
1026${PYSITELIB}/SoftLayer/auth.pyc 1032${PYSITELIB}/SoftLayer/auth.pyc
1027${PYSITELIB}/SoftLayer/auth.pyo 1033${PYSITELIB}/SoftLayer/auth.pyo
1028${PYSITELIB}/SoftLayer/config.py 1034${PYSITELIB}/SoftLayer/config.py
1029${PYSITELIB}/SoftLayer/config.pyc 1035${PYSITELIB}/SoftLayer/config.pyc
1030${PYSITELIB}/SoftLayer/config.pyo 1036${PYSITELIB}/SoftLayer/config.pyo
1031${PYSITELIB}/SoftLayer/consts.py 1037${PYSITELIB}/SoftLayer/consts.py
1032${PYSITELIB}/SoftLayer/consts.pyc 1038${PYSITELIB}/SoftLayer/consts.pyc
1033${PYSITELIB}/SoftLayer/consts.pyo 1039${PYSITELIB}/SoftLayer/consts.pyo
1034${PYSITELIB}/SoftLayer/decoration.py 1040${PYSITELIB}/SoftLayer/decoration.py
1035${PYSITELIB}/SoftLayer/decoration.pyc 1041${PYSITELIB}/SoftLayer/decoration.pyc
1036${PYSITELIB}/SoftLayer/decoration.pyo 1042${PYSITELIB}/SoftLayer/decoration.pyo
1037${PYSITELIB}/SoftLayer/exceptions.py 1043${PYSITELIB}/SoftLayer/exceptions.py
1038${PYSITELIB}/SoftLayer/exceptions.pyc 1044${PYSITELIB}/SoftLayer/exceptions.pyc
1039${PYSITELIB}/SoftLayer/exceptions.pyo 1045${PYSITELIB}/SoftLayer/exceptions.pyo
1040${PYSITELIB}/SoftLayer/fixtures/BluePages_Search.py 1046${PYSITELIB}/SoftLayer/fixtures/BluePages_Search.py
1041${PYSITELIB}/SoftLayer/fixtures/BluePages_Search.pyc 1047${PYSITELIB}/SoftLayer/fixtures/BluePages_Search.pyc
1042${PYSITELIB}/SoftLayer/fixtures/BluePages_Search.pyo 1048${PYSITELIB}/SoftLayer/fixtures/BluePages_Search.pyo
1043${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Account.py 1049${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Account.py
1044${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Account.pyc 1050${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Account.pyc
1045${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Account.pyo 1051${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Account.pyo
1046${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Invoice.py 1052${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Invoice.py
1047${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Invoice.pyc 1053${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Invoice.pyc
1048${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Invoice.pyo 1054${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Invoice.pyo
1049${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Invoice_Item.py 1055${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Invoice_Item.py
1050${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Invoice_Item.pyc 1056${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Invoice_Item.pyc
1051${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Invoice_Item.pyo 1057${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Invoice_Item.pyo
1052${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Item.py 1058${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Item.py
1053${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Item.pyc 1059${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Item.pyc
1054${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Item.pyo 1060${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Item.pyo
1055${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order.py 1061${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order.py
1056${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order.pyc 1062${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order.pyc
1057${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order.pyo 1063${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order.pyo
1058${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order_Quote.py 1064${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order_Quote.py
1059${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order_Quote.pyc 1065${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order_Quote.pyc
1060${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order_Quote.pyo 1066${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Billing_Order_Quote.pyo
1061${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain.py 1067${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain.py
1062${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain.pyc 1068${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain.pyc
1063${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain.pyo 1069${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain.pyo
1064${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain_ResourceRecord.py 1070${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain_ResourceRecord.py
1065${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain_ResourceRecord.pyc 1071${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain_ResourceRecord.pyc
1066${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain_ResourceRecord.pyo 1072${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Dns_Domain_ResourceRecord.pyo
1067${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Email_Subscription.py 1073${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Email_Subscription.py
1068${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Email_Subscription.pyc 1074${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Email_Subscription.pyc
1069${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Email_Subscription.pyo 1075${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Email_Subscription.pyo
1070${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Event_Log.py 1076${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Event_Log.py
1071${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Event_Log.pyc 1077${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Event_Log.pyc
1072${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Event_Log.pyo 1078${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Event_Log.pyo
1073${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware.py 1079${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware.py
1074${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware.pyc 1080${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware.pyc
1075${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware.pyo 1081${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware.pyo
1076${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware_Server.py 1082${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware_Server.py
1077${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware_Server.pyc 1083${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware_Server.pyc
1078${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware_Server.pyo 1084${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Hardware_Server.pyo
1079${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location.py 1085${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location.py
1080${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location.pyc 1086${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location.pyc
1081${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location.pyo 1087${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location.pyo
1082${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location_Datacenter.py 1088${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location_Datacenter.py
1083${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location_Datacenter.pyc 1089${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location_Datacenter.pyc
1084${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location_Datacenter.pyo 1090${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Location_Datacenter.pyo
1085${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Metric_Tracking_Object.py 1091${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Metric_Tracking_Object.py
1086${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Metric_Tracking_Object.pyc 1092${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Metric_Tracking_Object.pyc
1087${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Metric_Tracking_Object.pyo 1093${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Metric_Tracking_Object.pyo
1088${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller.py 1094${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller.py
1089${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller.pyc 1095${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller.pyc
1090${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller.pyo 1096${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller.pyo
1091${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check_Type.py 1097${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check_Type.py
1092${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check_Type.pyc 1098${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check_Type.pyc
1093${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check_Type.pyo 1099${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Health_Check_Type.pyo
1094${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Method.py 1100${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Method.py
1095${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Method.pyc 1101${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Method.pyc
1096${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Method.pyo 1102${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Method.pyo
1097${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Type.py 1103${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Type.py
1098${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Type.pyc 1104${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Type.pyc
1099${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Type.pyo 1105${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Routing_Type.pyo
1100${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.py 1106${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.py
1101${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.pyc 1107${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.pyc
1102${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.pyo 1108${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service.pyo
1103${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.py 1109${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.py
1104${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.pyc 1110${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.pyc
1105${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.pyo 1111${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group.pyo
1106${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.py 1112${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.py
1107${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.pyc 1113${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.pyc
1108${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.pyo 1114${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress.pyo
1109${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.py 1115${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.py
1110${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.pyc 1116${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.pyc
1111${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.pyo 1117${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer.pyo
 1118${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Bandwidth_Version1_Allotment.py
 1119${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Bandwidth_Version1_Allotment.pyc
 1120${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Bandwidth_Version1_Allotment.pyo
1112${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.py 1121${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.py
1113${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.pyc 1122${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.pyc
1114${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.pyo 1123${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.pyo
1115${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.py 1124${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.py
1116${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.pyc 1125${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.pyc
1117${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.pyo 1126${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.pyo
1118${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.py 1127${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.py
1119${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.pyc 1128${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.pyc
1120${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.pyo 1129${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.pyo
1121${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.py 1130${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.py
1122${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.pyc 1131${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.pyc
1123${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.pyo 1132${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.pyo
1124${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.py 1133${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.py
1125${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyc 1134${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyc
1126${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyo 1135${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyo
1127${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.py 1136${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.py
1128${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyc 1137${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyc
1129${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyo 1138${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyo
1130${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_HealthMonitor.py 1139${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_HealthMonitor.py
1131${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_HealthMonitor.pyc 1140${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_HealthMonitor.pyc
1132${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_HealthMonitor.pyo 1141${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_HealthMonitor.pyo
1133${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_L7Pool.py 1142${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_L7Pool.py
1134${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_L7Pool.pyc 1143${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_L7Pool.pyc
1135${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_L7Pool.pyo 1144${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_L7Pool.pyo
1136${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Listener.py 1145${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Listener.py
1137${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Listener.pyc 1146${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Listener.pyc
1138${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Listener.pyo 1147${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Listener.pyo
1139${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_LoadBalancer.py 1148${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_LoadBalancer.py
1140${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_LoadBalancer.pyc 1149${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_LoadBalancer.pyc
1141${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_LoadBalancer.pyo 1150${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_LoadBalancer.pyo
1142${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Member.py 1151${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Member.py
1143${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Member.pyc 1152${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Member.pyc
1144${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Member.pyo 1153${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Member.pyo
1145${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Message_Delivery_Email_Sendgrid.py 1154${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Message_Delivery_Email_Sendgrid.py
1146${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Message_Delivery_Email_Sendgrid.pyc 1155${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Message_Delivery_Email_Sendgrid.pyc
1147${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Message_Delivery_Email_Sendgrid.pyo 1156${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Message_Delivery_Email_Sendgrid.pyo
1148${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Pod.py 1157${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Pod.py
1149${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Pod.pyc 1158${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Pod.pyc
1150${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Pod.pyo 1159${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Pod.pyo
1151${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.py 1160${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.py
1152${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.pyc 1161${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.pyc
1153${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.pyo 1162${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_SecurityGroup.pyo
1154${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Service_Vpn_Overrides.py 1163${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Service_Vpn_Overrides.py
1155${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Service_Vpn_Overrides.pyc 1164${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Service_Vpn_Overrides.pyc
1156${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Service_Vpn_Overrides.pyo 1165${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Service_Vpn_Overrides.pyo
1157${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage.py 1166${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage.py
1158${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage.pyc 1167${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage.pyc
1159${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage.pyo 1168${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage.pyo
1160${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Allowed_Host.py 1169${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Allowed_Host.py
1161${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Allowed_Host.pyc 1170${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Allowed_Host.pyc
1162${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Allowed_Host.pyo 1171${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Allowed_Host.pyo
1163${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Hub_Cleversafe_Account.py 1172${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Hub_Cleversafe_Account.py
1164${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Hub_Cleversafe_Account.pyc 1173${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Hub_Cleversafe_Account.pyc
1165${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Hub_Cleversafe_Account.pyo 1174${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Hub_Cleversafe_Account.pyo
1166${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Iscsi.py 1175${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Iscsi.py
1167${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Iscsi.pyc 1176${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Iscsi.pyc
1168${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Iscsi.pyo 1177${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Storage_Iscsi.pyo
1169${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet.py 1178${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet.py
1170${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet.pyc 1179${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet.pyc
1171${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet.pyo 1180${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet.pyo
1172${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress.py 1181${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress.py
1173${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress.pyc 1182${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress.pyc
1174${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress.pyo 1183${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress.pyo
1175${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress_Global.py 1184${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress_Global.py
1176${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress_Global.pyc 1185${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress_Global.pyc
1177${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress_Global.pyo 1186${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_IpAddress_Global.pyo
1178${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_Rwhois_Data.py 1187${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_Rwhois_Data.py
1179${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_Rwhois_Data.pyc 1188${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_Rwhois_Data.pyc
1180${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_Rwhois_Data.pyo 1189${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Subnet_Rwhois_Data.pyo
1181${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan.py 1190${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan.py
1182${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan.pyc 1191${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan.pyc
1183${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan.pyo 1192${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan.pyo
1184${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan_Firewall.py 1193${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan_Firewall.py
1185${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan_Firewall.pyc 1194${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan_Firewall.pyc
1186${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan_Firewall.pyo 1195${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Vlan_Firewall.pyo
1187${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Notification_Occurrence_Event.py 1196${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Notification_Occurrence_Event.py
1188${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Notification_Occurrence_Event.pyc 1197${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Notification_Occurrence_Event.pyc
1189${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Notification_Occurrence_Event.pyo 1198${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Notification_Occurrence_Event.pyo
1190${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Order.py 1199${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Order.py
1191${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Order.pyc 1200${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Order.pyc
1192${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Order.pyo 1201${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Order.pyo
1193${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package.py 1202${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package.py
1194${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package.pyc 1203${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package.pyc
1195${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package.pyo 1204${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package.pyo
1196${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package_Preset.py 1205${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package_Preset.py
1197${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package_Preset.pyc 1206${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package_Preset.pyc
1198${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package_Preset.pyo 1207${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Product_Package_Preset.pyo
1199${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Provisioning_Maintenance_Window.py 1208${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Provisioning_Maintenance_Window.py
1200${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Provisioning_Maintenance_Window.pyc 1209${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Provisioning_Maintenance_Window.pyc
1201${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Provisioning_Maintenance_Window.pyo 1210${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Provisioning_Maintenance_Window.pyo
1202${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.py 1211${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.py
1203${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.pyc 1212${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.pyc
1204${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.pyo 1213${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Resource_Metadata.pyo
1205${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Scale_Group.py 1214${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Scale_Group.py
1206${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Scale_Group.pyc 1215${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Scale_Group.pyc
1207${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Scale_Group.pyo 1216${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Scale_Group.pyo
1208${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Scale_Policy.py 1217${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Scale_Policy.py
1209${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Scale_Policy.pyc 1218${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Scale_Policy.pyc
1210${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Scale_Policy.pyo 1219${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Scale_Policy.pyo
1211${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Search.py 1220${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Search.py
1212${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Search.pyc 1221${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Search.pyc
1213${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Search.pyo 1222${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Search.pyo
1214${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Certificate.py 1223${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Certificate.py
1215${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Certificate.pyc 1224${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Certificate.pyc
1216${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Certificate.pyo 1225${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Certificate.pyo
1217${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.py 1226${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.py
1218${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.pyc 1227${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.pyc
1219${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.pyo 1228${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Security_Ssh_Key.pyo
1220${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Software_AccountLicense.py 1229${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Software_AccountLicense.py
1221${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Software_AccountLicense.pyc 1230${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Software_AccountLicense.pyc
1222${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Software_AccountLicense.pyo 1231${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Software_AccountLicense.pyo
1223${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Tag.py 1232${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Tag.py
1224${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Tag.pyc 1233${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Tag.pyc
1225${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Tag.pyo 1234${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Tag.pyo
1226${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket.py 1235${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket.py
1227${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket.pyc 1236${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket.pyc
1228${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket.pyo 1237${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket.pyo
1229${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket_Subject.py 1238${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket_Subject.py
1230${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket_Subject.pyc 1239${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket_Subject.pyc
1231${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket_Subject.pyo 1240${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Ticket_Subject.pyo
1232${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer.py 1241${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer.py
1233${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer.pyc 1242${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer.pyc
1234${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer.pyo 1243${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer.pyo
1235${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_CustomerPermission_Permission.py 1244${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_CustomerPermission_Permission.py
1236${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_CustomerPermission_Permission.pyc 1245${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_CustomerPermission_Permission.pyc
1237${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_CustomerPermission_Permission.pyo 1246${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Customer_CustomerPermission_Permission.pyo
1238${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.py 1247${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.py
1239${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.pyc 1248${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.pyc
1240${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.pyo 1249${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.pyo
1241${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest.py 1250${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest.py
1242${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest.pyc 1251${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest.pyc
1243${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest.pyo 1252${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest.pyo
1244${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.py 1253${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.py
1245${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.pyc 1254${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.pyc
1246${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.pyo 1255${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Guest_Block_Device_Template_Group.pyo
1247${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Host.py 1256${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Host.py
1248${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Host.pyc 1257${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Host.pyc
1249${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Host.pyo 1258${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_Host.pyo
1250${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_PlacementGroup.py 1259${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_PlacementGroup.py
1251${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_PlacementGroup.pyc 1260${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_PlacementGroup.pyc
1252${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_PlacementGroup.pyo 1261${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_PlacementGroup.pyo
1253${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_PlacementGroup_Rule.py 1262${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_PlacementGroup_Rule.py
1254${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_PlacementGroup_Rule.pyc 1263${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_PlacementGroup_Rule.pyc
1255${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_PlacementGroup_Rule.pyo 1264${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_PlacementGroup_Rule.pyo
1256${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_ReservedCapacityGroup.py 1265${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_ReservedCapacityGroup.py
1257${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_ReservedCapacityGroup.pyc 1266${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_ReservedCapacityGroup.pyc
1258${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_ReservedCapacityGroup.pyo 1267${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_ReservedCapacityGroup.pyo
1259${PYSITELIB}/SoftLayer/fixtures/__init__.py 1268${PYSITELIB}/SoftLayer/fixtures/__init__.py
1260${PYSITELIB}/SoftLayer/fixtures/__init__.pyc 1269${PYSITELIB}/SoftLayer/fixtures/__init__.pyc
1261${PYSITELIB}/SoftLayer/fixtures/__init__.pyo 1270${PYSITELIB}/SoftLayer/fixtures/__init__.pyo
1262${PYSITELIB}/SoftLayer/managers/__init__.py 1271${PYSITELIB}/SoftLayer/managers/__init__.py
1263${PYSITELIB}/SoftLayer/managers/__init__.pyc 1272${PYSITELIB}/SoftLayer/managers/__init__.pyc
1264${PYSITELIB}/SoftLayer/managers/__init__.pyo 1273${PYSITELIB}/SoftLayer/managers/__init__.pyo
1265${PYSITELIB}/SoftLayer/managers/account.py 1274${PYSITELIB}/SoftLayer/managers/account.py
1266${PYSITELIB}/SoftLayer/managers/account.pyc 1275${PYSITELIB}/SoftLayer/managers/account.pyc
1267${PYSITELIB}/SoftLayer/managers/account.pyo 1276${PYSITELIB}/SoftLayer/managers/account.pyo
1268${PYSITELIB}/SoftLayer/managers/autoscale.py 1277${PYSITELIB}/SoftLayer/managers/autoscale.py
1269${PYSITELIB}/SoftLayer/managers/autoscale.pyc 1278${PYSITELIB}/SoftLayer/managers/autoscale.pyc
1270${PYSITELIB}/SoftLayer/managers/autoscale.pyo 1279${PYSITELIB}/SoftLayer/managers/autoscale.pyo
1271${PYSITELIB}/SoftLayer/managers/block.py 1280${PYSITELIB}/SoftLayer/managers/block.py
1272${PYSITELIB}/SoftLayer/managers/block.pyc 1281${PYSITELIB}/SoftLayer/managers/block.pyc
1273${PYSITELIB}/SoftLayer/managers/block.pyo 1282${PYSITELIB}/SoftLayer/managers/block.pyo
1274${PYSITELIB}/SoftLayer/managers/cdn.py 1283${PYSITELIB}/SoftLayer/managers/cdn.py
1275${PYSITELIB}/SoftLayer/managers/cdn.pyc 1284${PYSITELIB}/SoftLayer/managers/cdn.pyc
1276${PYSITELIB}/SoftLayer/managers/cdn.pyo 1285${PYSITELIB}/SoftLayer/managers/cdn.pyo
1277${PYSITELIB}/SoftLayer/managers/dedicated_host.py 1286${PYSITELIB}/SoftLayer/managers/dedicated_host.py
1278${PYSITELIB}/SoftLayer/managers/dedicated_host.pyc 1287${PYSITELIB}/SoftLayer/managers/dedicated_host.pyc
1279${PYSITELIB}/SoftLayer/managers/dedicated_host.pyo 1288${PYSITELIB}/SoftLayer/managers/dedicated_host.pyo
1280${PYSITELIB}/SoftLayer/managers/dns.py 1289${PYSITELIB}/SoftLayer/managers/dns.py
1281${PYSITELIB}/SoftLayer/managers/dns.pyc 1290${PYSITELIB}/SoftLayer/managers/dns.pyc
1282${PYSITELIB}/SoftLayer/managers/dns.pyo 1291${PYSITELIB}/SoftLayer/managers/dns.pyo
1283${PYSITELIB}/SoftLayer/managers/email.py 1292${PYSITELIB}/SoftLayer/managers/email.py
1284${PYSITELIB}/SoftLayer/managers/email.pyc 1293${PYSITELIB}/SoftLayer/managers/email.pyc
1285${PYSITELIB}/SoftLayer/managers/email.pyo 1294${PYSITELIB}/SoftLayer/managers/email.pyo
1286${PYSITELIB}/SoftLayer/managers/event_log.py 1295${PYSITELIB}/SoftLayer/managers/event_log.py
1287${PYSITELIB}/SoftLayer/managers/event_log.pyc 1296${PYSITELIB}/SoftLayer/managers/event_log.pyc
1288${PYSITELIB}/SoftLayer/managers/event_log.pyo 1297${PYSITELIB}/SoftLayer/managers/event_log.pyo
1289${PYSITELIB}/SoftLayer/managers/file.py 1298${PYSITELIB}/SoftLayer/managers/file.py
1290${PYSITELIB}/SoftLayer/managers/file.pyc 1299${PYSITELIB}/SoftLayer/managers/file.pyc
1291${PYSITELIB}/SoftLayer/managers/file.pyo 1300${PYSITELIB}/SoftLayer/managers/file.pyo
1292${PYSITELIB}/SoftLayer/managers/firewall.py 1301${PYSITELIB}/SoftLayer/managers/firewall.py
1293${PYSITELIB}/SoftLayer/managers/firewall.pyc 1302${PYSITELIB}/SoftLayer/managers/firewall.pyc
1294${PYSITELIB}/SoftLayer/managers/firewall.pyo 1303${PYSITELIB}/SoftLayer/managers/firewall.pyo
1295${PYSITELIB}/SoftLayer/managers/hardware.py 1304${PYSITELIB}/SoftLayer/managers/hardware.py
1296${PYSITELIB}/SoftLayer/managers/hardware.pyc 1305${PYSITELIB}/SoftLayer/managers/hardware.pyc
1297${PYSITELIB}/SoftLayer/managers/hardware.pyo 1306${PYSITELIB}/SoftLayer/managers/hardware.pyo
1298${PYSITELIB}/SoftLayer/managers/image.py 1307${PYSITELIB}/SoftLayer/managers/image.py
1299${PYSITELIB}/SoftLayer/managers/image.pyc 1308${PYSITELIB}/SoftLayer/managers/image.pyc
1300${PYSITELIB}/SoftLayer/managers/image.pyo 1309${PYSITELIB}/SoftLayer/managers/image.pyo
1301${PYSITELIB}/SoftLayer/managers/ipsec.py 1310${PYSITELIB}/SoftLayer/managers/ipsec.py
1302${PYSITELIB}/SoftLayer/managers/ipsec.pyc 1311${PYSITELIB}/SoftLayer/managers/ipsec.pyc
1303${PYSITELIB}/SoftLayer/managers/ipsec.pyo 1312${PYSITELIB}/SoftLayer/managers/ipsec.pyo
1304${PYSITELIB}/SoftLayer/managers/license.py 1313${PYSITELIB}/SoftLayer/managers/license.py
1305${PYSITELIB}/SoftLayer/managers/license.pyc 1314${PYSITELIB}/SoftLayer/managers/license.pyc
1306${PYSITELIB}/SoftLayer/managers/license.pyo 1315${PYSITELIB}/SoftLayer/managers/license.pyo
1307${PYSITELIB}/SoftLayer/managers/licenses.py 1316${PYSITELIB}/SoftLayer/managers/licenses.py
1308${PYSITELIB}/SoftLayer/managers/licenses.pyc 1317${PYSITELIB}/SoftLayer/managers/licenses.pyc
1309${PYSITELIB}/SoftLayer/managers/licenses.pyo 1318${PYSITELIB}/SoftLayer/managers/licenses.pyo
1310${PYSITELIB}/SoftLayer/managers/load_balancer.py 1319${PYSITELIB}/SoftLayer/managers/load_balancer.py
1311${PYSITELIB}/SoftLayer/managers/load_balancer.pyc 1320${PYSITELIB}/SoftLayer/managers/load_balancer.pyc
1312${PYSITELIB}/SoftLayer/managers/load_balancer.pyo 1321${PYSITELIB}/SoftLayer/managers/load_balancer.pyo
1313${PYSITELIB}/SoftLayer/managers/metadata.py 1322${PYSITELIB}/SoftLayer/managers/metadata.py
1314${PYSITELIB}/SoftLayer/managers/metadata.pyc 1323${PYSITELIB}/SoftLayer/managers/metadata.pyc
1315${PYSITELIB}/SoftLayer/managers/metadata.pyo 1324${PYSITELIB}/SoftLayer/managers/metadata.pyo
1316${PYSITELIB}/SoftLayer/managers/network.py 1325${PYSITELIB}/SoftLayer/managers/network.py
1317${PYSITELIB}/SoftLayer/managers/network.pyc 1326${PYSITELIB}/SoftLayer/managers/network.pyc
1318${PYSITELIB}/SoftLayer/managers/network.pyo 1327${PYSITELIB}/SoftLayer/managers/network.pyo
1319${PYSITELIB}/SoftLayer/managers/object_storage.py 1328${PYSITELIB}/SoftLayer/managers/object_storage.py
1320${PYSITELIB}/SoftLayer/managers/object_storage.pyc 1329${PYSITELIB}/SoftLayer/managers/object_storage.pyc
1321${PYSITELIB}/SoftLayer/managers/object_storage.pyo 1330${PYSITELIB}/SoftLayer/managers/object_storage.pyo
1322${PYSITELIB}/SoftLayer/managers/ordering.py 1331${PYSITELIB}/SoftLayer/managers/ordering.py
1323${PYSITELIB}/SoftLayer/managers/ordering.pyc 1332${PYSITELIB}/SoftLayer/managers/ordering.pyc
1324${PYSITELIB}/SoftLayer/managers/ordering.pyo 1333${PYSITELIB}/SoftLayer/managers/ordering.pyo
1325${PYSITELIB}/SoftLayer/managers/sshkey.py 1334${PYSITELIB}/SoftLayer/managers/sshkey.py
1326${PYSITELIB}/SoftLayer/managers/sshkey.pyc 1335${PYSITELIB}/SoftLayer/managers/sshkey.pyc
1327${PYSITELIB}/SoftLayer/managers/sshkey.pyo 1336${PYSITELIB}/SoftLayer/managers/sshkey.pyo
1328${PYSITELIB}/SoftLayer/managers/ssl.py 1337${PYSITELIB}/SoftLayer/managers/ssl.py
1329${PYSITELIB}/SoftLayer/managers/ssl.pyc 1338${PYSITELIB}/SoftLayer/managers/ssl.pyc
1330${PYSITELIB}/SoftLayer/managers/ssl.pyo 1339${PYSITELIB}/SoftLayer/managers/ssl.pyo
1331${PYSITELIB}/SoftLayer/managers/storage.py 1340${PYSITELIB}/SoftLayer/managers/storage.py
1332${PYSITELIB}/SoftLayer/managers/storage.pyc 1341${PYSITELIB}/SoftLayer/managers/storage.pyc
1333${PYSITELIB}/SoftLayer/managers/storage.pyo 1342${PYSITELIB}/SoftLayer/managers/storage.pyo
1334${PYSITELIB}/SoftLayer/managers/storage_utils.py 1343${PYSITELIB}/SoftLayer/managers/storage_utils.py
1335${PYSITELIB}/SoftLayer/managers/storage_utils.pyc 1344${PYSITELIB}/SoftLayer/managers/storage_utils.pyc
1336${PYSITELIB}/SoftLayer/managers/storage_utils.pyo 1345${PYSITELIB}/SoftLayer/managers/storage_utils.pyo
1337${PYSITELIB}/SoftLayer/managers/tags.py 1346${PYSITELIB}/SoftLayer/managers/tags.py
1338${PYSITELIB}/SoftLayer/managers/tags.pyc 1347${PYSITELIB}/SoftLayer/managers/tags.pyc
1339${PYSITELIB}/SoftLayer/managers/tags.pyo 1348${PYSITELIB}/SoftLayer/managers/tags.pyo
1340${PYSITELIB}/SoftLayer/managers/ticket.py 1349${PYSITELIB}/SoftLayer/managers/ticket.py
1341${PYSITELIB}/SoftLayer/managers/ticket.pyc 1350${PYSITELIB}/SoftLayer/managers/ticket.pyc
1342${PYSITELIB}/SoftLayer/managers/ticket.pyo 1351${PYSITELIB}/SoftLayer/managers/ticket.pyo
1343${PYSITELIB}/SoftLayer/managers/user.py 1352${PYSITELIB}/SoftLayer/managers/user.py
1344${PYSITELIB}/SoftLayer/managers/user.pyc 1353${PYSITELIB}/SoftLayer/managers/user.pyc
1345${PYSITELIB}/SoftLayer/managers/user.pyo 1354${PYSITELIB}/SoftLayer/managers/user.pyo
1346${PYSITELIB}/SoftLayer/managers/vs.py 1355${PYSITELIB}/SoftLayer/managers/vs.py
1347${PYSITELIB}/SoftLayer/managers/vs.pyc 1356${PYSITELIB}/SoftLayer/managers/vs.pyc
1348${PYSITELIB}/SoftLayer/managers/vs.pyo 1357${PYSITELIB}/SoftLayer/managers/vs.pyo
1349${PYSITELIB}/SoftLayer/managers/vs_capacity.py 1358${PYSITELIB}/SoftLayer/managers/vs_capacity.py
1350${PYSITELIB}/SoftLayer/managers/vs_capacity.pyc 1359${PYSITELIB}/SoftLayer/managers/vs_capacity.pyc
1351${PYSITELIB}/SoftLayer/managers/vs_capacity.pyo 1360${PYSITELIB}/SoftLayer/managers/vs_capacity.pyo
1352${PYSITELIB}/SoftLayer/managers/vs_placement.py 1361${PYSITELIB}/SoftLayer/managers/vs_placement.py
1353${PYSITELIB}/SoftLayer/managers/vs_placement.pyc 1362${PYSITELIB}/SoftLayer/managers/vs_placement.pyc
1354${PYSITELIB}/SoftLayer/managers/vs_placement.pyo 1363${PYSITELIB}/SoftLayer/managers/vs_placement.pyo
1355${PYSITELIB}/SoftLayer/shell/__init__.py 1364${PYSITELIB}/SoftLayer/shell/__init__.py
1356${PYSITELIB}/SoftLayer/shell/__init__.pyc 1365${PYSITELIB}/SoftLayer/shell/__init__.pyc
1357${PYSITELIB}/SoftLayer/shell/__init__.pyo 1366${PYSITELIB}/SoftLayer/shell/__init__.pyo
1358${PYSITELIB}/SoftLayer/shell/cmd_env.py 1367${PYSITELIB}/SoftLayer/shell/cmd_env.py
1359${PYSITELIB}/SoftLayer/shell/cmd_env.pyc 1368${PYSITELIB}/SoftLayer/shell/cmd_env.pyc
1360${PYSITELIB}/SoftLayer/shell/cmd_env.pyo 1369${PYSITELIB}/SoftLayer/shell/cmd_env.pyo
1361${PYSITELIB}/SoftLayer/shell/cmd_exit.py 1370${PYSITELIB}/SoftLayer/shell/cmd_exit.py
1362${PYSITELIB}/SoftLayer/shell/cmd_exit.pyc 1371${PYSITELIB}/SoftLayer/shell/cmd_exit.pyc
1363${PYSITELIB}/SoftLayer/shell/cmd_exit.pyo 1372${PYSITELIB}/SoftLayer/shell/cmd_exit.pyo
1364${PYSITELIB}/SoftLayer/shell/cmd_help.py 1373${PYSITELIB}/SoftLayer/shell/cmd_help.py
1365${PYSITELIB}/SoftLayer/shell/cmd_help.pyc 1374${PYSITELIB}/SoftLayer/shell/cmd_help.pyc
1366${PYSITELIB}/SoftLayer/shell/cmd_help.pyo 1375${PYSITELIB}/SoftLayer/shell/cmd_help.pyo
1367${PYSITELIB}/SoftLayer/shell/completer.py 1376${PYSITELIB}/SoftLayer/shell/completer.py
1368${PYSITELIB}/SoftLayer/shell/completer.pyc 1377${PYSITELIB}/SoftLayer/shell/completer.pyc
1369${PYSITELIB}/SoftLayer/shell/completer.pyo 1378${PYSITELIB}/SoftLayer/shell/completer.pyo
1370${PYSITELIB}/SoftLayer/shell/core.py 1379${PYSITELIB}/SoftLayer/shell/core.py
1371${PYSITELIB}/SoftLayer/shell/core.pyc 1380${PYSITELIB}/SoftLayer/shell/core.pyc
1372${PYSITELIB}/SoftLayer/shell/core.pyo 1381${PYSITELIB}/SoftLayer/shell/core.pyo
1373${PYSITELIB}/SoftLayer/shell/routes.py 1382${PYSITELIB}/SoftLayer/shell/routes.py
1374${PYSITELIB}/SoftLayer/shell/routes.pyc 1383${PYSITELIB}/SoftLayer/shell/routes.pyc
1375${PYSITELIB}/SoftLayer/shell/routes.pyo 1384${PYSITELIB}/SoftLayer/shell/routes.pyo
1376${PYSITELIB}/SoftLayer/testing/__init__.py 1385${PYSITELIB}/SoftLayer/testing/__init__.py
1377${PYSITELIB}/SoftLayer/testing/__init__.pyc 1386${PYSITELIB}/SoftLayer/testing/__init__.pyc
1378${PYSITELIB}/SoftLayer/testing/__init__.pyo 1387${PYSITELIB}/SoftLayer/testing/__init__.pyo
1379${PYSITELIB}/SoftLayer/testing/xmlrpc.py 1388${PYSITELIB}/SoftLayer/testing/xmlrpc.py
1380${PYSITELIB}/SoftLayer/testing/xmlrpc.pyc 1389${PYSITELIB}/SoftLayer/testing/xmlrpc.pyc
1381${PYSITELIB}/SoftLayer/testing/xmlrpc.pyo 1390${PYSITELIB}/SoftLayer/testing/xmlrpc.pyo
1382${PYSITELIB}/SoftLayer/transports.py 1391${PYSITELIB}/SoftLayer/transports.py
1383${PYSITELIB}/SoftLayer/transports.pyc 1392${PYSITELIB}/SoftLayer/transports.pyc
1384${PYSITELIB}/SoftLayer/transports.pyo 1393${PYSITELIB}/SoftLayer/transports.pyo
1385${PYSITELIB}/SoftLayer/utils.py 1394${PYSITELIB}/SoftLayer/utils.py
1386${PYSITELIB}/SoftLayer/utils.pyc 1395${PYSITELIB}/SoftLayer/utils.pyc
1387${PYSITELIB}/SoftLayer/utils.pyo 1396${PYSITELIB}/SoftLayer/utils.pyo

cvs diff -r1.13 -r1.14 pkgsrc/net/py-softlayer/distinfo (switch to unified diff)

--- pkgsrc/net/py-softlayer/distinfo 2021/12/16 20:30:32 1.13
+++ pkgsrc/net/py-softlayer/distinfo 2022/02/27 09:08:58 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2021/12/16 20:30:32 adam Exp $ 1$NetBSD: distinfo,v 1.14 2022/02/27 09:08:58 adam Exp $
2 2
3BLAKE2s (SoftLayer-5.9.8.tar.gz) = e97d159ccb28121e975768473a42a75867f07159bdde2c4ad5822238797253a2 3BLAKE2s (SoftLayer-5.9.9.tar.gz) = 54f06c1375755b35d83ff40db225039551e502c43547aef7f9430cbe4a40ae85
4SHA512 (SoftLayer-5.9.8.tar.gz) = 99eec6be81994b970998d8865b559c17115f2c155604e61ff17d1a4cd72a2408431b3e2caefdf9a24b7b23cc84a96cd1518954b470d31ed71761b2580d18cdc7 4SHA512 (SoftLayer-5.9.9.tar.gz) = 064b7731898b6be95ec4b5f0947f9d9fbbbfde5489c83de5726a38782816af0ba6be71089c88b518158d8d15590a797375e9e6e581c405cb7167f1a79bc5527a
5Size (SoftLayer-5.9.8.tar.gz) = 436271 bytes 5Size (SoftLayer-5.9.9.tar.gz) = 439072 bytes