]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
lock: Fix import cycle breakage
authorSam Lang <sam.lang@inktank.com>
Fri, 12 Apr 2013 17:55:54 +0000 (12:55 -0500)
committerSam Lang <sam.lang@inktank.com>
Wed, 17 Apr 2013 15:36:42 +0000 (10:36 -0500)
commit438410a97a12402daa5b417d151d5c7152063f96
tree3bba50e073e5982d38aabb3cd458b0d23d2a3bc0
parentdc457093b7ab89745f3a77a97128cee71aefe425
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>
Conflicts:
teuthology/lock.py
teuthology/lockstatus.py