Skip to content

Commit

Permalink
Move virt to top level virt directory
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
  • Loading branch information
lmr committed Sep 6, 2012
1 parent 0be314f commit 9375d8c
Show file tree
Hide file tree
Showing 6 changed files with 1,128 additions and 42 deletions.
Empty file added __init__.py
Empty file.
20 changes: 0 additions & 20 deletions kvm/kvm.py

This file was deleted.

9 changes: 0 additions & 9 deletions libvirt/libvirt.py

This file was deleted.

12 changes: 0 additions & 12 deletions v2v/virt_v2v.py

This file was deleted.

2 changes: 1 addition & 1 deletion virttest/virt_test.py → virt.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import utils_misc, env_process


class virt_test(test.test):
class virt(test.test):
"""
Shared test class infrastructure for tests such as the KVM test.
Expand Down
Loading

0 comments on commit 9375d8c

Please sign in to comment.