summaryrefslogtreecommitdiff
path: root/src/debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.py')
-rw-r--r--src/debug.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/debug.py b/src/debug.py
deleted file mode 100644
index 1deaf45..0000000
--- a/src/debug.py
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/python3
-# vim: shiftwidth=4 softtabstop=4 tabstop=4 expandtab
-
-
-"""A Debug Script for Development Purposes"""
-
-
-from xbackup import script
-
-
-def main():
- """main function of this script"""
-
- script.run()
-
-
-if __name__ == "__main__":
- main()