summaryrefslogtreecommitdiff
path: root/src/debug.py
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2021-10-06 08:43:07 +0200
committerxengineering <me@xengineering.eu>2021-10-07 07:50:36 +0200
commit5220b95a03db1edc348d719c683d179962acd0d5 (patch)
treeddb8053091e1861837047901f585b1b9fa679a05 /src/debug.py
parente5aeb1b18945868ef21c63f1e1dfbb46408acb58 (diff)
downloadxbackup-5220b95a03db1edc348d719c683d179962acd0d5.tar
xbackup-5220b95a03db1edc348d719c683d179962acd0d5.tar.zst
xbackup-5220b95a03db1edc348d719c683d179962acd0d5.zip
Implement manual Backup
Diffstat (limited to 'src/debug.py')
-rw-r--r--src/debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.py b/src/debug.py
index f075e25..6daa264 100644
--- a/src/debug.py
+++ b/src/debug.py
@@ -1,5 +1,5 @@
#!/usr/bin/python3
-# vim: shiftwidth=4 tabstop=4 expandtab
+# vim: shiftwidth=4 softtabstop=4 tabstop=4 expandtab
"""A Debug Script for Development Purposes"""