From d0f6c52337c832c27cfde06c7e5b58255871d786 Mon Sep 17 00:00:00 2001 From: Julien Desfossez Date: Tue, 15 Apr 2014 14:28:23 -0400 Subject: [PATCH] Fix python: remove weird char at the end of line There was the character \xc2 at the end of one line that caused an import error on some ubuntu distros. Reported-by: Francis Giraldeau Signed-off-by: Julien Desfossez --- bindings/python/babeltrace.i.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/babeltrace.i.in b/bindings/python/babeltrace.i.in index 294177fa..7b796335 100644 --- a/bindings/python/babeltrace.i.in +++ b/bindings/python/babeltrace.i.in @@ -390,7 +390,7 @@ int bt_ctf_event_get_handle_id(const struct bt_ctf_event *event); %pythoncode%{ -# Based on enum bt_clock_type in clock-type.h­ +# Based on enum bt_clock_type in clock-type.h class ClockType: CLOCK_CYCLES = 0 CLOCK_REAL = 1 -- 2.34.1