Fix: TimeoutExpired in Python tests not defined globally
authorAntoine Busque <abusque@efficios.com>
Tue, 11 Aug 2015 20:29:30 +0000 (16:29 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 14 Aug 2015 22:10:29 +0000 (18:10 -0400)
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 <abusque@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.025472 seconds and 4 git commands to generate.