Shorten length line
Closes #700

Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cf5644dc
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/cf5644dc
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/cf5644dc

Branch: refs/heads/trunk
Commit: cf5644dcb6cc5cd16ca2e7e467b830143992c709
Parents: 98be91b
Author: anthony-shaw <anthony.p.s...@gmail.com>
Authored: Fri Feb 12 10:19:29 2016 +1100
Committer: anthony-shaw <anthony.p.s...@gmail.com>
Committed: Fri Feb 12 11:15:36 2016 +1100

----------------------------------------------------------------------
 libcloud/compute/providers.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/cf5644dc/libcloud/compute/providers.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/providers.py b/libcloud/compute/providers.py
index 7560094..cc35f1e 100644
--- a/libcloud/compute/providers.py
+++ b/libcloud/compute/providers.py
@@ -170,7 +170,8 @@ DRIVERS = {
     Provider.RUNABOVE:
     ('libcloud.compute.drivers.runabove', 'RunAboveNodeDriver'),
     Provider.INTERNETSOLUTIONS:
-    ('libcloud.compute.drivers.internetsolutions', 
'InternetSolutionsNodeDriver'),
+    ('libcloud.compute.drivers.internetsolutions',
+     'InternetSolutionsNodeDriver'),
     Provider.INDOSAT:
     ('libcloud.compute.drivers.indosat', 'IndosatNodeDriver'),
     Provider.MEDONE:

Reply via email to