summaryrefslogtreecommitdiff
path: root/indra/lib
diff options
context:
space:
mode:
authorChristian Goetze <cg@lindenlab.com>2008-03-27 23:58:18 +0000
committerChristian Goetze <cg@lindenlab.com>2008-03-27 23:58:18 +0000
commit069b12a21b7ed65f598ae8f241c7573df1916c42 (patch)
treecc301eb1c9f3e4f2729e2c7314185773cb70a7ab /indra/lib
parentba9fe19a511e7d862c8e355d86ebea0bd6838428 (diff)
If the correct wy doesn't work, hack it instead -sigh-
Diffstat (limited to 'indra/lib')
-rw-r--r--indra/lib/python/indra/util/llmanifest.py2
1 files changed, 0 insertions, 2 deletions
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 = []