summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pylock5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/pylock b/bin/pylock
deleted file mode 100755
index 88652cd..0000000
--- a/bin/pylock
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env python3
-
-from pylock import Main
-
-Main.main()