Fix python: remove weird char at the end of line
authorJulien Desfossez <jdesfossez@efficios.com>
Tue, 15 Apr 2014 18:28:23 +0000 (14:28 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 25 Apr 2014 13:25:14 +0000 (09:25 -0400)
There was the character \xc2 at the end of one line that caused an
import error on some ubuntu distros.

Reported-by: Francis Giraldeau <francis.giraldeau@gmail.com>
Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
bindings/python/babeltrace.i.in

index 294177fa5920f76c47e85b2747f9e7b5afaa781f..7b796335d20505d582ffd034dd53dfd3fef977a7 100644 (file)
@@ -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
This page took 0.025681 seconds and 4 git commands to generate.