From 9bee6a2a0e02941b85b774ef994950b9c71bbfed Mon Sep 17 00:00:00 2001 From: Harel Ben-Attia Date: Mon, 15 Oct 2018 23:34:21 +0300 Subject: make shabang python2-explicit until we support python 3 as well --- bin/q | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/q b/bin/q index 56963c4..0e3c2df 100755 --- a/bin/q +++ b/bin/q @@ -1,6 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 -# Copyright (C) 2012-2014 Harel Ben-Attia +# Copyright (C) 2012-2018 Harel Ben-Attia # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # # Run with --help for command line details # -q_version = "1.7.4" +q_version = "1.8" __all__ = [ 'QTextAsData' ] -- cgit v1.2.3