Commit 81c6a9c4 by Chris Jerdonek

Removed two completed TODO's.

parent e837155c
......@@ -130,7 +130,6 @@ class Loader(object):
"""
locator = self._make_locator()
# TODO: change the order of these arguments.
path = locator.find_name(name, self.search_dirs)
return self.read(path)
......@@ -149,7 +148,6 @@ class Loader(object):
"""
locator = self._make_locator()
# TODO: change the order of these arguments.
path = locator.find_object(obj, self.search_dirs)
return self.read(path)
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