A better repr() for FileFinder

This commit is contained in:
Antoine Pitrou 2012-06-23 02:12:56 +02:00
parent 67cbf7bff9
commit 310f95b04d
2 changed files with 1090 additions and 1074 deletions

View file

@ -1169,6 +1169,8 @@ class FileFinder:
return path_hook_for_FileFinder
def __repr__(self):
return "FileFinder(%r)" % (self.path,)
# Import itself ###############################################################

File diff suppressed because it is too large Load diff