comparison piecrust/app.py @ 76:fdb08d986384 2.0.0-alpha2

Add SmartyPants formatting.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 30 Aug 2014 17:35:11 -0700
parents 563ce5dd02af
children f9f67086415c b3ce11b2cf36
comparison
equal deleted inserted replaced
75:1bfcdbbe2572 76:fdb08d986384
24 24
25 25
26 logger = logging.getLogger(__name__) 26 logger = logging.getLogger(__name__)
27 27
28 28
29 CACHE_VERSION = 13 29 CACHE_VERSION = 14
30 30
31 31
32 class VariantNotFoundError(Exception): 32 class VariantNotFoundError(Exception):
33 def __init__(self, variant_path, message=None): 33 def __init__(self, variant_path, message=None):
34 super(VariantNotFoundError, self).__init__( 34 super(VariantNotFoundError, self).__init__(