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 /bin | |
parent | 50451b3676f53665910937dcfdb6fccd6404bd45 (diff) | |
download | pylock-02c0a2d32518da8dec9d13fb98c8764810936ebc.tar pylock-02c0a2d32518da8dec9d13fb98c8764810936ebc.zip |
More setup fixes
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pylock | 5 |
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() |