[Python-checkins] r80141 - python/branches/py3k/Lib/importlib/test/__main__.py

barry.warsaw python-checkins at python.org
Sat Apr 17 02:31:11 CEST 2010


Author: barry.warsaw
Date: Sat Apr 17 02:31:11 2010
New Revision: 80141

Log:
Remove unnecessary XXX

Modified:
   python/branches/py3k/Lib/importlib/test/__main__.py

Modified: python/branches/py3k/Lib/importlib/test/__main__.py
==============================================================================
--- python/branches/py3k/Lib/importlib/test/__main__.py	(original)
+++ python/branches/py3k/Lib/importlib/test/__main__.py	Sat Apr 17 02:31:11 2010
@@ -18,7 +18,6 @@
         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:


More information about the Python-checkins mailing list