bugfix: its a method, not a function

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2012-05-29 10:12:00 +02:00
parent eea9a72676
commit 21b85e410e
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class Context(object):
self.initial_manifest = (initial_manifest or
os.path.join(self.local.manifest_path, "init"))
_init_remote(remote_copy, remote_exec)
self._init_remote(remote_copy, remote_exec)
# Remote stuff
def _init_remote(self, remote_copy, remote_exec):