Commit 39e6fc49 authored by Jason Madden's avatar Jason Madden

Always assign something to Process

parent 3cf7bd06
...@@ -45,7 +45,7 @@ try: ...@@ -45,7 +45,7 @@ try:
except AccessDenied: # pragma: no cover except AccessDenied: # pragma: no cover
Process = None Process = None
except ImportError: except ImportError:
pass Process = None
class MonitorWarning(RuntimeWarning): class MonitorWarning(RuntimeWarning):
"""The type of warnings we emit.""" """The type of warnings we emit."""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment