Show More
@@ -27,7 +27,7 b' except ImportError:' | |||
|
27 | 27 | resource = None |
|
28 | 28 | |
|
29 | 29 | # Some implementations (like jyputerlite) don't have getrusage |
|
30 | if resource not None and hasattr(resource, "getrusage"): | |
|
30 | if resource is not None and hasattr(resource, "getrusage"): | |
|
31 | 31 | def clocku(): |
|
32 | 32 | """clocku() -> floating point number |
|
33 | 33 |
General Comments 0
You need to be logged in to leave comments.
Login now