summaryrefslogtreecommitdiff
path: root/kbas.py
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-11-03 13:01:22 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2016-11-16 19:31:36 +0000
commite04bef9afc02310aa643a11ea14f9d0e26096684 (patch)
tree290a01ed54b33e4a24c85690f0968632eba7a50a /kbas.py
parent12d0c0afeb74a648299ae83b8c0ae2a762fe313a (diff)
downloadybd-e04bef9afc02310aa643a11ea14f9d0e26096684.tar.gz
Change shebang to '#!/usr/bin/python3'
As per PEP 394: https://www.python.org/dev/peps/pep-0394/
Diffstat (limited to 'kbas.py')
-rwxr-xr-xkbas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbas.py b/kbas.py
index da8547c..544c93c 100755
--- a/kbas.py
+++ b/kbas.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright (C) 2015 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify