Kaydet (Commit) 310f95b0 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

A better repr() for FileFinder

üst 67cbf7bf
......@@ -1169,6 +1169,8 @@ class FileFinder:
return path_hook_for_FileFinder
def __repr__(self):
return "FileFinder(%r)" % (self.path,)
# Import itself ###############################################################
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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