view piecrust/data/linker.py @ 24:644869022b6e

Mock `os.path.isfile`, and fix a few other test utilities.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 19 Aug 2014 11:06:48 -0700
parents f485ba500df3
children 4fc1d306046b
line wrap: on
line source



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