Fix the binding of the bootstrap app links

This commit is contained in:
Roberto Rosario
2012-07-26 23:00:37 -04:00
parent eecf7c7751
commit ef008c31cb

View File

@@ -8,5 +8,5 @@ from .api import BootstrapSimple, BootstrapPermit
register_setup(database_bootstrap)
register_setup(erase_database_link)
bind_links(BootstrapSimple, [bootstrap_execute])
bind_links(BootstrapPermit, [bootstrap_execute])
bind_links([BootstrapSimple], [bootstrap_execute])
bind_links([BootstrapPermit], [bootstrap_execute])