Explicitly set python version in hashbang

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-12-29 22:26:06 +01:00
commit 3ea89a7812
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
from abc import abstractmethod