From: Antoine Busque Date: Tue, 11 Aug 2015 20:29:30 +0000 (-0400) Subject: Fix: TimeoutExpired in Python tests not defined globally X-Git-Tag: v2.5.5~2 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=9de0e15cc3a0a24f05aefc347e602c5c3f40b728;hp=9de0e15cc3a0a24f05aefc347e602c5c3f40b728;p=lttng-tools.git Fix: TimeoutExpired in Python tests not defined globally The `TimeoutExpired` exception is used in multiple locations throughout the Python tests. However, it needs to be used as `subprocess.TimeoutExpired` given that it is only defined in that module. Signed-off-by: Antoine Busque Signed-off-by: Jérémie Galarneau ---