v1+v2 support - more readable coding style for optional args and call_ids
[sfa.git] / sfa / storage / table.py
index acd0b3d..602bcab 100644 (file)
@@ -14,7 +14,7 @@ from sfa.storage.record import SfaRecord, AuthorityRecord, NodeRecord, SliceReco
 
 class SfaTable(list):
 
-    SFA_TABLE_PREFIX = "sfa"
+    SFA_TABLE_PREFIX = "records"
 
     def __init__(self, record_filter = None):