Signed-off-by: Zygmunt Krynicki <[email protected]>
---
 plainbox/plainbox/abc.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/plainbox/plainbox/abc.py b/plainbox/plainbox/abc.py
index 6821f75..773e213 100644
--- a/plainbox/plainbox/abc.py
+++ b/plainbox/plainbox/abc.py
@@ -421,6 +421,12 @@ class IProviderBackend1(metaclass=ABCMeta):
         """
 
     @abstractproperty
+    def data_dir(self):
+        """
+        absolute path of the data directory
+        """
+
+    @abstractproperty
     def secure(self):
         """
         flag indicating that this provider was loaded from the secure portion
-- 
1.9.0


-- 
Mailing list: https://launchpad.net/~checkbox-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~checkbox-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to