changeset 35:61d2bb7a3ca0

remove unneeded comment
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 08 Jan 2013 14:10:31 -0800
parents 9d8dce82166e
children 3a7e8aa80328
files mozillatry.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mozillatry.py	Tue Jan 08 14:09:17 2013 -0800
+++ b/mozillatry.py	Tue Jan 08 14:10:31 2013 -0800
@@ -158,8 +158,6 @@
         if (try_directory is None) or (not os.path.exists(try_directory)):
             raise ConfigurationError("mozilla-central directory does not exist: %s" % try_directory)
 
-        # TODO: make a 'path' type
-
     def configuration_files(self, options, args):
         configuration_files = configuration.Configuration.configuration_files(self, options, args)
         if not configuration_files: