diff options
| author | Clark Williams <williams@redhat.com> | 2007-12-14 16:33:05 -0600 |
|---|---|---|
| committer | Clark Williams <williams@redhat.com> | 2007-12-14 16:33:05 -0600 |
| commit | d4458262ddcd3d55ba7009ff3dd131947f4f01e6 (patch) | |
| tree | a48348e04f0c471b746c4ea9ed9a45aaf60167d5 | |
| parent | 3542beca1ed0f1d13b1bde95f338c777bbaf6ccc (diff) | |
replaced references to rootdir with calls to makeChrootPath()
| -rw-r--r-- | py/mock/plugins/bind_mount.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/mock/plugins/bind_mount.py b/py/mock/plugins/bind_mount.py index df5e215..ff531f0 100644 --- a/py/mock/plugins/bind_mount.py +++ b/py/mock/plugins/bind_mount.py @@ -25,7 +25,6 @@ class BindMount(object): def __init__(self, rootObj, conf): self.rootObj = rootObj self.bind_opts = conf - self.rootdir = rootObj.rootdir rootObj.bindMountObj = self rootObj.addHook("preinit", self._bindMountPreInitHook) for srcdir, destdir in self.bind_opts['dirs']: |
