Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Lib/test/test_nis.py

    r2 r391  
    11from test import test_support
    22import unittest
    3 import nis
     3
     4nis = test_support.import_module('nis')
    45
    56class NisTests(unittest.TestCase):
     
    1112            if test_support.verbose:
    1213                print "Test Skipped:", msg
    13             # Can't raise TestSkipped as regrtest only recognizes the exception
     14            # Can't raise SkipTest as regrtest only recognizes the exception
    1415            #   import time.
    1516            return
Note: See TracChangeset for help on using the changeset viewer.