summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgenbackupdata6
1 files changed, 0 insertions, 6 deletions
diff --git a/genbackupdata b/genbackupdata
deleted file mode 100755
index 8467396..0000000
--- a/genbackupdata
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/python
-#
-# Run genbackupdata.Application as a command line utility.
-
-import sys, genbackupdata
-genbackupdata.Application(sys.argv[1:]).run()