Remove tabcheck from the expected flags in sys.flags.
This commit is contained in:
parent
e1b5ac6408
commit
01a7d82432
|
@ -324,7 +324,7 @@ class SysModuleTest(unittest.TestCase):
|
|||
self.failUnless(sys.flags)
|
||||
attrs = ("debug", "division_warning",
|
||||
"inspect", "interactive", "optimize", "dont_write_bytecode",
|
||||
"no_site", "ignore_environment", "tabcheck", "verbose",
|
||||
"no_site", "ignore_environment", "verbose",
|
||||
"bytes_warning")
|
||||
for attr in attrs:
|
||||
self.assert_(hasattr(sys.flags, attr), attr)
|
||||
|
|
Loading…
Reference in New Issue