diff options
| author | Ken Pepple <ken.pepple@gmail.com> | 2011-04-28 12:49:48 -0700 |
|---|---|---|
| committer | Ken Pepple <ken.pepple@gmail.com> | 2011-04-28 12:49:48 -0700 |
| commit | ad077fc137cc6a1dfdcd60349560abb94f4cc8eb (patch) | |
| tree | 90846ecc76fe0e14592f3ac476fd088a140091f3 /bin | |
| parent | ae50200f9a5a72cab7d976e5dd7fda287c54341f (diff) | |
| download | nova-ad077fc137cc6a1dfdcd60349560abb94f4cc8eb.tar.gz nova-ad077fc137cc6a1dfdcd60349560abb94f4cc8eb.tar.xz nova-ad077fc137cc6a1dfdcd60349560abb94f4cc8eb.zip | |
pep8
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-manage | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/nova-manage b/bin/nova-manage index d2d81e5af..8122e6745 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -769,6 +769,7 @@ class VersionCommands(object): print _("%s (%s)") %\ (version.version_string(), version.version_string_with_vcs()) + class VolumeCommands(object): """Methods for dealing with a cloud in an odd state""" |
