diff options
author | Rob Austein <sra@hactrn.net> | 2013-10-14 01:02:47 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-10-14 01:02:47 +0000 |
commit | cdf3880e81a5e292b32e898bbec3e09ec781a20b (patch) | |
tree | 851e7ca5180da4531484fcd62c18b89d1ea0d322 /scripts/rcynic-lta | |
parent | be885e2b613bb4f4f4048d2514df03d8a649ad69 (diff) |
Cosmetic change to force test of upgraded build system.
svn path=/trunk/; revision=5567
Diffstat (limited to 'scripts/rcynic-lta')
-rwxr-xr-x | scripts/rcynic-lta | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/rcynic-lta b/scripts/rcynic-lta index c8229439..683da4cd 100755 --- a/scripts/rcynic-lta +++ b/scripts/rcynic-lta @@ -98,11 +98,9 @@ class main(object): print print "Loading DB" self.rpdb.load(self.rcynic_input) - print print "Computing where to place new resources" self.compute_changed_locations() - print print "Computing resources we need to prune from input forest" self.compute_all_mentioned_resources() |