Remove .svn/ (hidden folder)
[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
deleted file mode 100644 (file)
index ab5d942..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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