fixed Python2 shebang according to PEP0394

This commit is contained in:
Karl Voit 2017-02-12 17:44:57 +01:00
parent 298a548a49
commit ed5908ecde

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# Time-stamp: <2015-05-30 15:49:15 vk>