1. 20 1月, 2014 2 次提交
  2. 17 1月, 2014 2 次提交
  3. 16 1月, 2014 11 次提交
  4. 15 1月, 2014 3 次提交
  5. 14 1月, 2014 8 次提交
  6. 13 1月, 2014 12 次提交
  7. 10 1月, 2014 2 次提交
    • C
      virt: Fix propcan pylint complaint · 0b75a85b
      Chris Evich 提交于
      Somewhere the new-ness of the class heirarchy is getting lost leading
      to these errors:
      
          # tools/run_pylint.py -q virttest/utils_net.py
          ************* Module autotest.client.tests.virt.virttest.utils_net
          E1001:1221,0: VirtIface: Use of __slots__ on an old style class
          E1001:1334,0: LibvirtIface: Use of __slots__ on an old style class
          E1001:1342,0: QemuIface: Use of __slots__ on an old style class
      
      Adding a multi-inheritance of ``object`` to the base class makes pylint
      happy and all unittests run clean.  I'm assuming that means there are
      no negative consequences.
      0b75a85b
    • C
      virt: codespell + reindent mass cleanup · 0e878b28
      Chris Evich 提交于
      Signed-off-by: NChris Evich <cevich@redhat.com>
      0e878b28