From 7daefd03bdc2a2ed427d5053b9ee05217d841fa0 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Mon, 15 Feb 2016 20:58:44 -0800 Subject: [PATCH] renaming Sources to SourceDirs --- tldp/sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tldp/sources.py b/tldp/sources.py index 5aa336c..8c2b6e1 100644 --- a/tldp/sources.py +++ b/tldp/sources.py @@ -8,7 +8,7 @@ from .utils import logger from .typeguesser import guess, knownextensions -class Sources(object): +class SourceDirs(object): def __repr__(self): return '<%s:(%s docs)>' % \