summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/header.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/rdiff_backup/header.py')
-rw-r--r--rdiff-backup/rdiff_backup/header.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/rdiff-backup/rdiff_backup/header.py b/rdiff-backup/rdiff_backup/header.py
deleted file mode 100644
index f628a73..0000000
--- a/rdiff-backup/rdiff_backup/header.py
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env python
-#
-# rdiff-backup -- Mirror files while keeping incremental changes
-# Version 0.8.0 released June 14, 2002
-# Copyright (C) 2001, 2002 Ben Escoto <bescoto@stanford.edu>
-#
-# This program is licensed under the GNU General Public License (GPL).
-# Distributions of rdiff-backup usually include a copy of the GPL in a
-# file called COPYING. The GPL is also available online at
-# http://www.gnu.org/copyleft/gpl.html.
-#
-# See http://www.stanford.edu/~bescoto/rdiff-backup for more
-# information. Please send mail to me or the mailing list if you find
-# bugs or have any suggestions.
-
-from __future__ import nested_scopes, generators
-import os, stat, time, sys, getopt, re, cPickle, types, shutil, sha, marshal, traceback, popen2, tempfile, gzip, UserList, errno, signal
-
-