]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/summary/__init__.py
Add infrastructure for app subclasses.
[wizard.git] / wizard / command / summary / __init__.py
index d59492c5595775a88ed84d5211dc83fa13ed4256..7284f8c3faa977c299b1fc8f0c5f900ffdac7567 100644 (file)
@@ -49,7 +49,7 @@ Use %prog summary SUBCOMMAND --help for more information."""
 ## -- some generic helper stuff --
 
 def parse_install_lines(show, options, yield_errors = False):
-    if not show: show = deploy.applications
+    if not show: show = deploy.applications()
     show = frozenset(show)
     for line in deploy.getInstallLines(options.versions_path):
         # construction