From a741f442e6f5e54d921a4ec9ccd8727b77ab6afc Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 11 Mar 2009 10:01:02 -0400 Subject: FileLocator is a better name than FileWrangler. --- coverage/files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/files.py') diff --git a/coverage/files.py b/coverage/files.py index 625357c3..99db390a 100644 --- a/coverage/files.py +++ b/coverage/files.py @@ -2,7 +2,7 @@ import os, sys -class FileWrangler: +class FileLocator: """Understand how filenames work.""" def __init__(self): -- cgit v1.2.1