More setup fixes

This commit is contained in:
Matthias Schiffer 2013-04-12 21:19:57 +02:00
parent 50451b3676
commit 02c0a2d325
3 changed files with 16 additions and 5 deletions

5
scripts/pylock Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env python3
from pylock import Main
Main.main()