Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
timeval: Import ctypes Python library within a try statement.
Older versions of Python do not have ctypes as a default installed package. This patch puts the 'import ctypes' statement inside a try statement. This fixes a bug introduced by commit 8396f (timeval: Use monotonic time in OVS Python timeval library). Signed-off-by: Ryan Wilson <[email protected]> Acked-by: Alex Wang <[email protected]>
- Loading branch information