summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/highlevel.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-01-19 09:20:19 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-01-19 09:20:19 +0000
commit74d982eeffd36426ca93586344c800d029193eaf (patch)
tree9c7c2c9a86bc02eec41ecfcd1bab3caf34a5cc8e /rdiff-backup/rdiff_backup/highlevel.py
parent9d9276ef4205aef4b2ca8b5c8ecba86829845486 (diff)
downloadrdiff-backup-74d982eeffd36426ca93586344c800d029193eaf.tar.gz
Fixed socket too long error
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-10@261 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/highlevel.py')
-rw-r--r--rdiff-backup/rdiff_backup/highlevel.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/rdiff-backup/rdiff_backup/highlevel.py b/rdiff-backup/rdiff_backup/highlevel.py
index 660d8fe..4ee7e48 100644
--- a/rdiff-backup/rdiff_backup/highlevel.py
+++ b/rdiff-backup/rdiff_backup/highlevel.py
@@ -21,17 +21,6 @@ from rorpiter import *
import Globals, Hardlink, MiscStats
-class SkipFileException(Exception):
- """Signal that the current file should be skipped but then continue
-
- This exception will often be raised when there is problem reading
- an individual file, but it makes sense for the rest of the backup
- to keep going.
-
- """
- pass
-
-
class HighLevel:
"""High level static functions