diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-04-12 21:19:57 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-04-12 21:19:57 +0200 |
commit | 02c0a2d32518da8dec9d13fb98c8764810936ebc (patch) | |
tree | 3d902b6460387c8a5562aac3560e5e44480010fa /scripts | |
parent | 50451b3676f53665910937dcfdb6fccd6404bd45 (diff) | |
download | pylock-02c0a2d32518da8dec9d13fb98c8764810936ebc.tar pylock-02c0a2d32518da8dec9d13fb98c8764810936ebc.zip |
More setup fixes
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/pylock | 5 |
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() |