]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
misc: avoid a circular import with .packaging 988/head
authorZack Cerza <zack@redhat.com>
Fri, 18 Nov 2016 18:45:14 +0000 (11:45 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 18 Nov 2016 18:45:14 +0000 (11:45 -0700)
Import DEFAULT_OS_VERSION from .orchestra.opsys, where it is originally
defined.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/misc.py

index dd5629c272cb995c1bea85d8811a4df44b064a1a..54799b0b1e3fa87d1231a9c14b2953ff5cdac6d2 100644 (file)
@@ -27,7 +27,7 @@ from teuthology.exceptions import (CommandCrashedError, CommandFailedError,
 from .orchestra import run
 from .config import config
 from .contextutil import safe_while
-from .packaging import DEFAULT_OS_VERSION
+from .orchestra.opsys import DEFAULT_OS_VERSION
 
 log = logging.getLogger(__name__)