10 lines
204 B
Python
10 lines
204 B
Python
|
# -*- coding: utf-8 mode: python -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||
|
# initialisation pour appshell
|
||
|
|
||
|
import sys, os
|
||
|
from os import path
|
||
|
import pdb
|
||
|
|
||
|
from nulib.web import web
|
||
|
from app import config
|