diff options
Diffstat (limited to 'Lib/test/test_grp.py')
-rwxr-xr-x | Lib/test/test_grp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_grp.py b/Lib/test/test_grp.py index a16a922..a8d78ba 100755 --- a/Lib/test/test_grp.py +++ b/Lib/test/test_grp.py @@ -3,8 +3,8 @@ # XXX This really needs some work, but what are the expected invariants? import grp -import test_support import unittest +from test import test_support class GroupDatabaseTestCase(unittest.TestCase): |