From 069b12a21b7ed65f598ae8f241c7573df1916c42 Mon Sep 17 00:00:00 2001 From: Christian Goetze Date: Thu, 27 Mar 2008 23:58:18 +0000 Subject: If the correct wy doesn't work, hack it instead -sigh- --- indra/lib/python/indra/util/llmanifest.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra/lib') diff --git a/indra/lib/python/indra/util/llmanifest.py b/indra/lib/python/indra/util/llmanifest.py index 858034bad6..9679650104 100644 --- a/indra/lib/python/indra/util/llmanifest.py +++ b/indra/lib/python/indra/util/llmanifest.py @@ -238,7 +238,6 @@ class LLManifest(object): def __init__(self, srctree, dsttree, args): super(LLManifest, self).__init__() self.args = args - self.dir_list = [] self.file_list = [] self.excludes = [] self.actions = [] @@ -425,7 +424,6 @@ class LLManifest(object): if(not self.includes(src, dst)): print "Excluding: ", src, dst return - self.dir_list.append([src, dst]) names = os.listdir(src) self.cmakedirs(dst) errors = [] -- cgit v1.2.3