sfi_slices requires an aggregate, so won't work in standalone mode
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 12 Jun 2012 09:05:43 +0000 (11:05 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 12 Jun 2012 09:05:43 +0000 (11:05 +0200)
system/macros.py

index e16b937..f812c64 100644 (file)
@@ -103,7 +103,8 @@ sequences['sfa_standalone'] = [
     'sfi_view_all',
     'sfa_delete_slice',
     'sfa_delete_user',
-    'sfi_view_all',
+    'sfi_list',
+    'sfi_show',
 ]