diff options
Diffstat (limited to 'tools/unnamed.py')
-rwxr-xr-x | tools/unnamed.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/unnamed.py b/tools/unnamed.py index 94ec9d51..89611ad7 100755 --- a/tools/unnamed.py +++ b/tools/unnamed.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# -*- coding: utf-8 -*- from sys import stderr, exit from subprocess import Popen, PIPE |