/[navidoc]/navidoc/config.py
ViewVC logotype

Diff of /navidoc/config.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by humppake, Fri Mar 28 13:08:57 2003 UTC revision 1.9 by humppake, Tue Apr 1 13:54:09 2003 UTC
# Line 25  __docformat__ = 'reStructuredText' Line 25  __docformat__ = 'reStructuredText'
25    
26  dbg = None  dbg = None
27    
28  import navidoc.utils.debug  import os, navidoc.utils.debug
29    
30    #Environmental variable MPINPUTS should be relative to tmpdir,
31    #or be an absolute path.
32    os.putenv("MPINPUTS", "../navidoc/navidoc/mp/")
33    
34  # global settings needed all around  # global settings needed all around
35  mp_directory = '../mptemp'  mp_directory = '../diagrams'
36  mp_eps_only = 0  mp_eps_only = 0
37    
38  # global settings needed all around, these  # global settings needed all around, these

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26