view piecrust/data/linker.py @ 18:0170f449f924

Slightly better exception throwing in the processing pipeline.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 18 Aug 2014 16:53:26 -0700
parents f485ba500df3
children 4fc1d306046b
line wrap: on
line source



class Linker(object):
    def __init__(self, page):
        self.page = page