예제 #1
0
파일: layout.py 프로젝트: knzm/PyramidBasic
    def __init__(self, context, request):
        self.context = context
        self.request = request

        jquery.need()
        modernizr.need()
        bootstrap.need()
예제 #2
0
def load_fanstatic(event):
    modernizr.need()
    bootstrap.need()