diff options
| author | matt.dietz@rackspace.com <> | 2011-03-22 17:00:36 +0000 |
|---|---|---|
| committer | matt.dietz@rackspace.com <> | 2011-03-22 17:00:36 +0000 |
| commit | e648698bd171357228881a10d76e7853938e8feb (patch) | |
| tree | 86f20e4029e85714717140da878d379d0d3464ae | |
| parent | e40d692c55a02fa686e83bd87eca29a3cfa3d15e (diff) | |
| download | nova-e648698bd171357228881a10d76e7853938e8feb.tar.gz nova-e648698bd171357228881a10d76e7853938e8feb.tar.xz nova-e648698bd171357228881a10d76e7853938e8feb.zip | |
Fix
| -rw-r--r-- | nova/tests/test_localization.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/tests/test_localization.py b/nova/tests/test_localization.py index 393d71038..132a308fd 100644 --- a/nova/tests/test_localization.py +++ b/nova/tests/test_localization.py @@ -21,9 +21,9 @@ import sys import unittest import nova +from nova import test - -class LocalizationTestCase(unittest.TestCase): +class LocalizationTestCase(test.TestCase): def test_multiple_positional_format_placeholders(self): pat = re.compile("\W_\(") single_pat = re.compile("\W%\W") |
