view piecrust/data/linker.py @ 141:666ee97e77a9

Switch the PieCrust server to debug mode with `?!debug` in the URL.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 29 Nov 2014 18:29:19 -0800
parents f485ba500df3
children 4fc1d306046b
line wrap: on
line source



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