ability for sliceview to display user slices instead of authority slices
[sface.git] / sface / config.py
index c475e76..b8b1872 100644 (file)
@@ -187,10 +187,11 @@ class Config:
 
     def getSliceRecordFile(self): return self.fullpath ("%s.record" % self.getSlice())
 
+    def getUserRecordFile(self): return self.fullpath ("%s.record" % self.getUser())
+
     def getAuthorityRecordFile(self): return self.fullpath ("%s/%s.record" % self.getAuthority())
 
-    def getAuthorityListFile(self):
-        return self.fullpath ("%s_list.xml" % self.getAuthority())
+    def getAuthorityListFile(self): return self.fullpath ("%s_list.xml" % self.getAuthority())
 
 
 # configuration singleton