commit | 4f5080587ed3c31d8883abf1639cd41d3ce79644 | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Mon Jan 28 10:49:46 2013 -0800 |
committer | Rich Lane <rich.lane@bigswitch.com> | Mon Jan 28 10:49:46 2013 -0800 |
tree | dbd1e212ec0c3abfcb4cd996dcfdc08ba5f45653 | |
parent | c9f059074bcf35f9fcf38c4cf1352a91ed35fff9 [diff] |
caps: add time import This was previously visible through the testutils import.
diff --git a/tests/caps.py b/tests/caps.py index c75bd56..b87b0e2 100644 --- a/tests/caps.py +++ b/tests/caps.py
@@ -4,7 +4,7 @@ """ import logging - +import time import unittest from oftest import config