Kaydet (Commit) 50ad588c authored tarafından Barry Warsaw's avatar Barry Warsaw

Remove unnecessary XXX

üst 45867812
...@@ -18,7 +18,6 @@ def test_main(): ...@@ -18,7 +18,6 @@ def test_main():
start_dir = sep.join(parts[:-2]) start_dir = sep.join(parts[:-2])
else: else:
start_dir = os.path.dirname(__file__) start_dir = os.path.dirname(__file__)
# XXX 2010-03-18 barry: Fix __file__
top_dir = os.path.dirname(os.path.dirname(start_dir)) top_dir = os.path.dirname(os.path.dirname(start_dir))
test_loader = unittest.TestLoader() test_loader = unittest.TestLoader()
if '--builtin' in sys.argv: if '--builtin' in sys.argv:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment