diff options
Diffstat (limited to 'debug_toolbar/panels/timer.py')
| -rw-r--r-- | debug_toolbar/panels/timer.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/debug_toolbar/panels/timer.py b/debug_toolbar/panels/timer.py index fa23617..9b420cb 100644 --- a/debug_toolbar/panels/timer.py +++ b/debug_toolbar/panels/timer.py @@ -1,3 +1,5 @@ +from __future__ import unicode_literals +  try:      import resource  except ImportError:  | 
