]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
lock: Fix import cycle breakage 10/head
authorSam Lang <sam.lang@inktank.com>
Fri, 12 Apr 2013 17:55:54 +0000 (12:55 -0500)
committerSam Lang <sam.lang@inktank.com>
Fri, 12 Apr 2013 17:57:33 +0000 (12:57 -0500)
commita6b84a5613b2e734c822f2b88b784463356dd4b0
tree4464105399dfd0e9006738670214c29c42ee9965
parenta246f1e8ad0352f4e3224558e05420e44026030d
lock: Fix import cycle breakage

fa2049f caused an import cycle between lock.py and misc.py.  Move the
needed functions from lock.py to lockstatus.py so that we can avoid the
import cycle.

Signed-off-by: Sam Lang <sam.lang@inktank.com>
teuthology/lock.py
teuthology/lockstatus.py [new file with mode: 0644]
teuthology/misc.py
teuthology/task/internal.py