minor refactoring

This commit is contained in:
Miroslav Stampar
2011-05-17 23:03:31 +00:00
parent cc07e5dc97
commit 3048e9f710
2 changed files with 5 additions and 1 deletions

View File

@@ -330,3 +330,6 @@ TURN_OFF_RESUME_INFO_LIMIT = 20
# Strftime format for results file used in multiple target mode
RESULTS_FILE_FORMAT = 'results-%I%M%p_%m%d%Y.csv'
# Official web page with the list of Python supported codecs
CODECS_LIST_PAGE = 'http://docs.python.org/library/codecs.html#standard-encodings'