diff options
Diffstat (limited to 'tools/make_shim.py')
-rw-r--r-- | tools/make_shim.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/make_shim.py b/tools/make_shim.py index e2e4bf2..e88e3fc 100644 --- a/tools/make_shim.py +++ b/tools/make_shim.py @@ -1,4 +1,5 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- from __future__ import print_function import argparse |