diff options
Diffstat (limited to 'Lib/test/test_nis.py')
-rw-r--r-- | Lib/test/test_nis.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_nis.py b/Lib/test/test_nis.py index 1fb5434dca5..830c24d7813 100644 --- a/Lib/test/test_nis.py +++ b/Lib/test/test_nis.py @@ -1,5 +1,6 @@ from test import support import unittest +import sys # Skip test if nis module does not exist. nis = support.import_module('nis') |