Put future import after shebang

This commit is contained in:
Ruud Burger
2014-01-22 08:48:22 +01:00
parent 18c64e493b
commit 4b1151bda1

View File

@@ -1,5 +1,5 @@
from __future__ import print_function
#!/usr/bin/env python
from __future__ import print_function
from logging import handlers
from os.path import dirname
import logging