summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-04-12 21:19:57 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-04-12 21:19:57 +0200
commit02c0a2d32518da8dec9d13fb98c8764810936ebc (patch)
tree3d902b6460387c8a5562aac3560e5e44480010fa /bin
parent50451b3676f53665910937dcfdb6fccd6404bd45 (diff)
downloadpylock-02c0a2d32518da8dec9d13fb98c8764810936ebc.tar
pylock-02c0a2d32518da8dec9d13fb98c8764810936ebc.zip
More setup fixes
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()