diff options
author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-12-17 00:52:17 +0000 |
---|---|---|
committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-12-17 00:52:17 +0000 |
commit | baf0b1db2d4997f0e47277763e8ab393c131b8c8 (patch) | |
tree | 5ba626658f07d60988d293f73fbdee4be978c1f4 | |
parent | 86f71493fa5a02762bc7c56308c85b9182913efb (diff) | |
download | nova-baf0b1db2d4997f0e47277763e8ab393c131b8c8.tar.gz nova-baf0b1db2d4997f0e47277763e8ab393c131b8c8.tar.xz nova-baf0b1db2d4997f0e47277763e8ab393c131b8c8.zip |
pep8
-rw-r--r-- | nova/flags.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py index 95bfd3773..74badf6fd 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -31,6 +31,7 @@ import gflags from nova import utils + class FlagValues(gflags.FlagValues): """Extension of gflags.FlagValues that allows undefined and runtime flags. |