Add shebangs and make files executable.

This commit is contained in:
Christoph Heiss 2016-04-15 10:08:14 +02:00
parent 83fc9abb20
commit edd404beef
2 changed files with 5 additions and 1 deletions

2
Server.py Normal file → Executable file
View file

@ -1,2 +1,4 @@
#!/usr/bin/env python3
import fl0w import fl0w
import Server.Server import Server.Server

2
Wallaby.py Normal file → Executable file
View file

@ -1,2 +1,4 @@
#!/usr/bin/env python3
import fl0w import fl0w
import Wallaby.Wallaby import Wallaby.Wallaby