From 3d3a050648060560bf142c7563682d8ae88e6ec0 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 11 May 2013 17:23:32 -0400 Subject: [PATCH] Style fix. --- library/cloud/virt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/cloud/virt b/library/cloud/virt index 5a4f7b0e75..6a6c04b4df 100644 --- a/library/cloud/virt +++ b/library/cloud/virt @@ -106,7 +106,8 @@ VIRT_STATE_NAME_MAP = { 6 : "crashed" } -class VMNotFound(Exception): pass +class VMNotFound(Exception): + pass class LibvirtConnection(object):