asn1tostruct.py: use '#\!/usr/bin/env python', not '#\!/usr/bin/python'

Change-Id: I0686467e59b35e68bccb38ccfe645f5ccac97941
This commit is contained in:
Neels Hofmeyr 2016-07-12 00:11:10 +02:00
parent fef2e86003
commit f706d6c065
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import re, os, sys, string
import datetime