commit | e78ce16fcd573868deab66de917f9c8ceb137065 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Thu Feb 05 23:48:27 2015 -0500 |
committer | Matthew Treinish <mtreinish@kortar.org> | Thu Feb 05 23:50:25 2015 -0500 |
tree | d639203fe7a3fd5610e703432a8975bcd0400e5e | |
parent | cda005f4227a5afeecfa47ea5fa15a3467cae1f5 [diff] |
Fix import in nova cli tests The min version decorator was references the full qualified name for the decorator but the cli module is imported as just cli in the test module. Why this isn't causing an error remains unknown (it fails flake8 locally on my system) but regardless this patch fixes the issue and corrects the call. Change-Id: I916d6621ab93900355fa1cb2b114afecbdc60b33