view piecrust/data/linker.py @ 55:45828c4167ad

Processors can match on other things than just the extension.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 25 Aug 2014 21:40:25 -0700
parents f485ba500df3
children 4fc1d306046b
line wrap: on
line source



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