doc/book/en/conf.py
changeset 8930 6a02be304486
parent 8010 75b6005eb590
child 9476 33a7db07201e
equal deleted inserted replaced
8929:b747f2532e03 8930:6a02be304486
    29 # that aren't pickleable (module imports are okay, they're removed automatically).
    29 # that aren't pickleable (module imports are okay, they're removed automatically).
    30 #
    30 #
    31 # All configuration values have a default value; values that are commented out
    31 # All configuration values have a default value; values that are commented out
    32 # serve to show the default value.
    32 # serve to show the default value.
    33 
    33 
    34 import sys, os
       
    35 from os import path as osp
    34 from os import path as osp
    36 
    35 
    37 path = __file__
    36 path = __file__
    38 path = osp.dirname(path) #./doc/book/en
    37 path = osp.dirname(path) #./doc/book/en
    39 path = osp.dirname(path) #./doc/book/
    38 path = osp.dirname(path) #./doc/book/