diff options
| author | Todd Willey <todd@ansolabs.com> | 2011-05-26 11:44:18 -0400 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2011-05-26 11:44:18 -0400 |
| commit | dfd6e6e3a46c2fbbb4e771d38396348c9659a0bd (patch) | |
| tree | 4265c5e3a82102fa313b5a1c4391cf772fd6cd14 | |
| parent | a8f2a6444f4198db5fd5f05f7d2ae94e953a0fa2 (diff) | |
Remove spurious newline at end of file.
| -rw-r--r-- | nova/virt/libvirt/connection.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/virt/libvirt/connection.py b/nova/virt/libvirt/connection.py index dc2dd1219..dfeda3814 100644 --- a/nova/virt/libvirt/connection.py +++ b/nova/virt/libvirt/connection.py @@ -1532,4 +1532,3 @@ class LibvirtConnection(driver.ComputeDriver): def get_host_stats(self, refresh=False): """See xenapi_conn.py implementation.""" pass - |
