summaryrefslogtreecommitdiff
path: root/kbas
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2016-11-29 13:00:51 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2016-11-29 13:00:51 +0000
commite26f5a3ef570148dee6ccf3b8f088e92865d687e (patch)
treef4f244819297581948849cb3aa31e1ad8bbb923e /kbas
parent2473ef206b2a71322e5efc86cb6da53849410570 (diff)
downloadybd-e26f5a3ef570148dee6ccf3b8f088e92865d687e.tar.gz
Revert "Change shebang to '#!/usr/bin/python3'"
This reverts commit e04bef9afc02310aa643a11ea14f9d0e26096684.
Diffstat (limited to 'kbas')
-rwxr-xr-xkbas/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbas/__main__.py b/kbas/__main__.py
index 0f4239d..3eecd89 100755
--- a/kbas/__main__.py
+++ b/kbas/__main__.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
# Copyright (C) 2015-2016 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify