remove testing comments

nanotube [2008-08-04 13:43]
remove testing comments
Filename
make_all_dist.py
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()
ViewGit