mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Remove unnecessary XXX
This commit is contained in:
parent
4586781297
commit
50ad588c33
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ def test_main():
|
|||
start_dir = sep.join(parts[:-2])
|
||||
else:
|
||||
start_dir = os.path.dirname(__file__)
|
||||
# XXX 2010-03-18 barry: Fix __file__
|
||||
top_dir = os.path.dirname(os.path.dirname(start_dir))
|
||||
test_loader = unittest.TestLoader()
|
||||
if '--builtin' in sys.argv:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue