11 lines
236 B
Python
11 lines
236 B
Python
|
# -*- coding: utf-8 mode: python -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||
|
# initialisation pour pshell
|
||
|
|
||
|
import sys, os
|
||
|
from os import path
|
||
|
import pdb
|
||
|
|
||
|
from nulib import *
|
||
|
from nulib.web import ui
|
||
|
from nulib.web import bootstrap as bs
|