change name of pool management object to be more clear

This commit is contained in:
2018-08-28 22:28:49 +01:00
parent 73cb883151
commit 452de87f35

View File

@@ -3,7 +3,7 @@
Utilities to provide various misc functions. Utilities to provide various misc functions.
''' '''
class ListManager(object): class UrlPoolManager(object):
''' '''
Object to manage the lifecycle of a pool of URLs. Object to manage the lifecycle of a pool of URLs.
''' '''