+2013-12-05 Mike Gilbert <floppym@gentoo.org>
+
+ * INSTALL: Raise minimum python version to 2.6.
+ * gentpl.py: Use python3-style print function.
+
2013-12-05 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-install.c: Mention Boot* variable.
If you use a development snapshot or want to hack on GRUB you may
need the following.
-* Python 2.5.2 or later
+* Python 2.6 or later
* Autoconf 2.60 or later
* Automake 1.10.1 or later
# You should have received a copy of the GNU General Public License
# along with GRUB. If not, see <http://www.gnu.org/licenses/>.
+from __future__ import print_function
+
__metaclass__ = type
from optparse import OptionParser
def write_output(section=''):
for s in outputs.get(section, []):
- print s,
+ print(s, end='')
#
# Global variables