remove useless declaration
authorMatthieu Patou <mat@matws.net>
Thu, 11 Nov 2010 19:44:07 +0000 (22:44 +0300)
committerMatthieu Patou <mat@matws.net>
Thu, 11 Nov 2010 19:44:07 +0000 (22:44 +0300)
buildfarm/__init__.py

index ae839daf0294b9ff5f465f3b8d99768be64a0c00..823d51e400e3673c1aae692f7fbc7dcbc198eff0 100644 (file)
@@ -66,7 +66,6 @@ class BuildFarm(object):
         if path is None:
             path = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
         self.path = path
-        self.cachedir = os.path.join(self.path, "cache")
         self.webdir = os.path.join(self.path, "web")
         if not os.path.isdir(path):
             raise Exception("web directory %s does not exist" % self.webdir)