add "#!" to scripts

This commit is contained in:
Roman Zeyde
2014-08-09 12:22:36 +03:00
parent 4f1a195ef4
commit 4de92eb93e
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python
import sys
import logging
logging.basicConfig(level=logging.DEBUG,