consistent naming

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-07 13:15:52 +02:00
parent d36ab75b1a
commit d9f86e26d9
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class Object(object):
)
@property
def code(self):
def code_local(self):
return os.path.join(self.path, "code-local")
@property