diff options
| author | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2011-08-08 19:28:42 +0000 |
|---|---|---|
| committer | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2011-08-08 19:28:42 +0000 |
| commit | 9788cddbf7833a82fc5589dd5f2869a309d1f657 (patch) | |
| tree | 78ea34bb60f4cb5a673630178e20e8441912c1cd /nova | |
| parent | 27a77fbc2651381d9663064a363105f803781924 (diff) | |
Import sys as well
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/exception.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/exception.py b/nova/exception.py index b017c8d87..a87728fff 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -25,6 +25,7 @@ SHOULD include dedicated exception logging. """ from functools import wraps +import sys from nova import log as logging |
