mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Remove mis-merged artefact
This commit is contained in:
parent
bbe268f583
commit
d9182e64cb
1 changed files with 0 additions and 3 deletions
|
@ -200,8 +200,5 @@ class Y1900Tests(unittest.TestCase):
|
||||||
self.assertEquals(
|
self.assertEquals(
|
||||||
time.strftime("%y", (2013, 1, 1, 0, 0, 0, 0, 0, 0)), "13")
|
time.strftime("%y", (2013, 1, 1, 0, 0, 0, 0, 0, 0)), "13")
|
||||||
|
|
||||||
def test_main():
|
|
||||||
support.run_unittest(StrftimeTest, Y1900Tests)
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue