consistent naming

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

View File

@ -117,7 +117,7 @@ class Type(object):
return os.path.join(self.path, "manifest")
@property
def gencode(self):
def gencode_local(self):
return os.path.join(self.path, "gencode-local")
@property