remove duplicate code

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-07 22:39:45 +02:00
parent 8d3cad1815
commit d3e1276965
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ class Type(object):
self.absolute_path = os.path.join(self._base_path, self.path)
self.manifest_path = os.path.join(self.name, "manifest")
self.explorer_path = os.path.join(self.name, "explorer")
self.manifest_path = os.path.join(self.name, "manifest")
self.gencode_local_path = os.path.join(self.name, "gencode-local")
self.gencode_remote_path = os.path.join(self.name, "gencode-remote")
self.manifest_path = os.path.join(self.name, "manifest")