aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-07-12 00:11:10 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2016-07-12 00:44:18 +0200
commitf706d6c06529c6c6fc2284ce9348a7058653b321 (patch)
treefb49d8c9328a2252f982d672632d504c6647e1e1
parentfef2e860030217b4a6edddc22b791a35ff224ed5 (diff)
asn1tostruct.py: use '#\!/usr/bin/env python', not '#\!/usr/bin/python'
-rwxr-xr-xasn1/utils/asn1tostruct.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/utils/asn1tostruct.py b/asn1/utils/asn1tostruct.py
index 3519407..1a2d95f 100755
--- a/asn1/utils/asn1tostruct.py
+++ b/asn1/utils/asn1tostruct.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import re, os, sys, string
import datetime