1. 08 12月, 2017 1 次提交
  2. 27 7月, 2017 1 次提交
  3. 19 12月, 2016 1 次提交
  4. 24 11月, 2016 1 次提交
  5. 11 11月, 2016 1 次提交
  6. 24 10月, 2016 1 次提交
  7. 05 4月, 2016 2 次提交
  8. 20 1月, 2016 1 次提交
  9. 16 10月, 2015 1 次提交
  10. 21 9月, 2015 1 次提交
    • L
      tp-qemu: Import cleanups · 288ce897
      Lucas Meneghel Rodrigues 提交于
      Clean up imports across the board in tp-qemu. The criteria
      followed was:
      
      1) Remove unnecessary imports
      2) Turn multi imports from a single entry point to one
         import per line. This increases both patch and
         source code readability.
      3) Separate blocks of imports with a line:
         * Python standard library imports
         * Autotest imports
         * virttest imports
         * Internal tp-qemu imports
      4) Remove try/except blocks refering autotest libs and
         stick with the virttest.staging copy
      
      This paves the way for the future removal of autotest
      references, replacing those references with avocado ones.
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      288ce897
  11. 11 8月, 2015 1 次提交
  12. 30 6月, 2015 1 次提交