Skip to content

Commit

Permalink
make shabang python2-explicit until we support python 3 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
harelba committed Oct 15, 2018
1 parent fe97143 commit 9bee6a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
Expand All @@ -27,7 +27,7 @@
#
# Run with --help for command line details
#
q_version = "1.7.4"
q_version = "1.8"

__all__ = [ 'QTextAsData' ]

Expand Down

0 comments on commit 9bee6a2

Please sign in to comment.