Mercurial > piecrust2
diff piecrust/page.py @ 6:f5ca5c5bed85
More Python 3 fixes, modularization, and new unit tests.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 16 Aug 2014 08:15:30 -0700 |
parents | 474c9882decf |
children | 343d08ef5668 |
line wrap: on
line diff
--- a/piecrust/page.py Mon Aug 11 22:36:47 2014 -0700 +++ b/piecrust/page.py Sat Aug 16 08:15:30 2014 -0700 @@ -7,7 +7,6 @@ import logging import datetime import dateutil.parser -import threading from piecrust.configuration import (Configuration, ConfigurationError, parse_config_header) from piecrust.environment import PHASE_PAGE_PARSING