diff --git a/ChangeLog b/ChangeLog index b4a3df4..3c2c1c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ ### Removed - Raw man page +### Changed +- Shebang line to python3 + ## [1.0.1] - 2015-04-12 ### Added - Example section to the man page diff --git a/chuse b/chuse index ab98079..549f8d2 100755 --- a/chuse +++ b/chuse @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Distributed under the terms of the GNU General Public License v2 """Portage USE flags manager.