summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/robust.py
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-11-22 08:07:01 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-11-22 08:07:01 +0000
commit104bb0cd242be050b030b559d2f7498160e1a2f4 (patch)
tree711bbf3276928d62697ec6d51cde1c64c9c4d07b /rdiff-backup/rdiff_backup/robust.py
parente4d46b43f475ddbc14f23933210a435e1255cf65 (diff)
downloadrdiff-backup-104bb0cd242be050b030b559d2f7498160e1a2f4.tar.gz
Changes, only one I remember is adding --list-changed-since
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@231 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/robust.py')
-rw-r--r--rdiff-backup/rdiff_backup/robust.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/robust.py b/rdiff-backup/rdiff_backup/robust.py
index 081aba3..7799b17 100644
--- a/rdiff-backup/rdiff_backup/robust.py
+++ b/rdiff-backup/rdiff_backup/robust.py
@@ -40,7 +40,6 @@ able to narrow down the possibilities.
import tempfile, errno, signal, cPickle, C
from static import *
-
class RobustAction:
"""Represents a file operation to be accomplished later"""
def __init__(self, init_thunk, final_func, error_handler):