~canonical-platform-qa/ubuntu-system-tests/qemu-build-snap

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/host/command_line.py

  • Committer: Omer Akram
  • Date: 2016-12-05 16:36:34 UTC
  • mfrom: (487.4.1 old-trunk)
  • Revision ID: om26er@ubuntu.com-20161205163634-ixv4q21jfwx8ggi5
Substantially fix trunk history

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    qemu_utils,
34
34
    results,
35
35
)
36
 
from ubuntu_system_tests.common import (
37
 
    clean_dir,
38
 
    config,
39
 
)
 
36
from ubuntu_system_tests.common.utils import clean_dir
 
37
from ubuntu_system_tests.common import config
 
38
 
40
39
from ubuntu_system_tests.host.practitest import PractitestSession
41
40
 
42
41
logger = logging.getLogger(__name__)