Revision ad090323

b/docs/conf.py
26 26
    stderr.write("`objpool` package is required to build kamaki docs.\n")
27 27
    #exit()
28 28

  
29
path.append(os.path.join(os.path.abspath(os.path.dirname(__file__)), '..'))
29
path.insert(0, os.path.join(os.path.abspath(os.path.dirname(__file__)), '..'))
30 30

  
31 31
# -- General configuration ---------------------------------------------------
32 32

  

Also available in: Unified diff