[enh] dh_python2 replaces shebang during build. Using the correct one in source directly

This commit is contained in:
Julien Malik 2016-03-22 09:50:21 +01:00
parent 1dd1ae483f
commit 160e10e5b5
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#! /usr/bin/python
# -*- coding: utf-8 -*-
import sys

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#! /usr/bin/python
# -*- coding: utf-8 -*-
import sys