Initial commit (Vesion 0.1)
[tablet-suite] / src / backup / .svn / text-base / pcsbackuplocation.py.svn-base
diff --git a/src/backup/.svn/text-base/pcsbackuplocation.py.svn-base b/src/backup/.svn/text-base/pcsbackuplocation.py.svn-base
new file mode 100644 (file)
index 0000000..ab5d942
--- /dev/null
@@ -0,0 +1,11 @@
+# Class Backup_Category holds osso-backup .conf files informations
+
+class PcsBackupLocation:
+    """Backup_Location class.
+    Used for holding location attributes from parsed osso-backup xml files.
+
+    """
+    def __init__(self, type, category, path):
+        self.category = category
+        self.type = type
+        self.path = path