From c027ab9fbc1a8e8c9e76bcd123df1ad7696307c2 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 11 Mar 2014 17:39:22 +0100 Subject: test: Convert to Python 3 Change raw_input() to input() and unicode to str. This is *not* compatible with Python 2. Update the hashbangs to run with Python 3. --- test/test-advice-of-charge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-advice-of-charge') diff --git a/test/test-advice-of-charge b/test/test-advice-of-charge index 0f1f57ff..6e87e61a 100755 --- a/test/test-advice-of-charge +++ b/test/test-advice-of-charge @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from gi.repository import GLib import sys -- cgit v1.2.3