From 42aaffe6e5bbed7a4cbb37e53820f4d7d79450fb 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 625357c..99db390 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