| Index: tests/owners_unittest.py
|
| diff --git a/tests/owners_unittest.py b/tests/owners_unittest.py
|
| index aa623f544bf5da683cdd05cc9daabef037e864e6..c9a0f3f3d4695c2d21a35e7136d5406b6734a4ad 100755
|
| --- a/tests/owners_unittest.py
|
| +++ b/tests/owners_unittest.py
|
| @@ -11,8 +11,9 @@ import unittest
|
|
|
| sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
|
|
| +from testing_support import filesystem_mock
|
| +
|
| import owners
|
| -from tests import filesystem_mock
|
|
|
| ben = 'ben@example.com'
|
| brett = 'brett@example.com'
|
|
|