work on status bar
[sface.git] / sface / sficonfig.py
index 595e892..2ff64e7 100644 (file)
@@ -75,5 +75,9 @@ class SfiConfig:
     def aggmgr(self):
         return SfiConfig.SFI_AM
 
+    def getSliceRSpecFile(self):
+        return os.path.expanduser("~/.sfi/%s.rspec" % self.getSlice())
+        
+
 # configuration singleton
 config = SfiConfig()