summaryrefslogtreecommitdiffstats
path: root/scripts
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 /scripts
parent50451b3676f53665910937dcfdb6fccd6404bd45 (diff)
downloadpylock-02c0a2d32518da8dec9d13fb98c8764810936ebc.tar
pylock-02c0a2d32518da8dec9d13fb98c8764810936ebc.zip
More setup fixes
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pylock5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/pylock b/scripts/pylock
new file mode 100755
index 0000000..88652cd
--- /dev/null
+++ b/scripts/pylock
@@ -0,0 +1,5 @@
+#!/usr/bin/env python3
+
+from pylock import Main
+
+Main.main()