view piecrust/data/linker.py @ 93:28ea3e69d67e

Use the `OrderedDict` correctly when fresh-loading the app config.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 05 Sep 2014 00:42:52 -0700
parents f485ba500df3
children 4fc1d306046b
line wrap: on
line source



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