rename tsstats.log.parse_logs to tsstats.log._sort_logfiles to fit updated scope

This commit is contained in:
Thor77 2016-06-19 22:13:05 +02:00
parent ad7ff96b1b
commit 37a9841900
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ TimedLog = namedtuple('TimedLog', ['path', 'timestamp'])
logger = logging.getLogger('tsstats')
def parse_logs(log_glob, ident_map=None, *args, **kwargs):
def _sort_logfiles(log_glob):
'''
parse logs specified by globbing pattern `log_glob`