From 152191d57a327cf0e559cbfe84386482f7f7bafa Mon Sep 17 00:00:00 2001 From: nanotube Date: Mon, 4 Aug 2008 13:43:48 +0000 Subject: [PATCH] remove testing comments --- make_all_dist.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/make_all_dist.py b/make_all_dist.py index d9dfc3c..f80b658 100644 --- a/make_all_dist.py +++ b/make_all_dist.py @@ -216,7 +216,7 @@ if __name__ == '__main__': db = DistributionBuilder('standard') db.run() - #~ db = DistributionBuilder('nonag') - #~ db.run() - #~ db = DistributionBuilder('stealth') - #~ db.run() + db = DistributionBuilder('nonag') + db.run() + db = DistributionBuilder('stealth') + db.run() -- 2.45.1