diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-06-06 07:09:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-06-16 03:43:42 +0300 |
commit | 993d28e6afc3a3406c0197973dc9289a95c5d81e (patch) | |
tree | 5e2c72c7aa141a6432d03817c178f166706e44ef /tools | |
parent | 4f21b8d169f762608680a1f98f0b4dbc73a3f405 (diff) | |
download | hercules-993d28e6afc3a3406c0197973dc9289a95c5d81e.tar.gz hercules-993d28e6afc3a3406c0197973dc9289a95c5d81e.tar.bz2 hercules-993d28e6afc3a3406c0197973dc9289a95c5d81e.tar.xz hercules-993d28e6afc3a3406c0197973dc9289a95c5d81e.zip |
Use python2 in validateinterfaces.py
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/validateinterfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/validateinterfaces.py b/tools/validateinterfaces.py index e031c34ab..6758ba44f 100755 --- a/tools/validateinterfaces.py +++ b/tools/validateinterfaces.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 # -*- coding: utf8 -*- # # This file is part of Hercules. |