commit | beae860364d8ca54dc27a40bfcdef9f1160fcf22 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Tue Apr 08 17:53:06 2014 -0400 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Sat Apr 12 19:28:11 2014 -0400 |
tree | e45f117c8af411a62a7e51e999a90c44ab48c229 | |
parent | a0048cb6268c46a1b2f8a30cc851be5bed56a7e8 [diff] |
Fix import group ordering in test_utils.py Per the hacking guidelines the ordering for imports should be stdlib first, followed by 3rd party imports, and last should the project imports. However, test_utils.py did not adhere to this ordering. This commit fixes the oversight. Change-Id: I0fcc9d137706e841c2e22bd2af8ecd77135c78d2