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

Diff of /navidoc/config.py

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

revision 1.13 by humppake, Mon Apr 7 09:06:08 2003 UTC revision 1.14 by humppake, Mon Apr 7 15:58:00 2003 UTC
# Line 25  __docformat__ = 'reStructuredText' Line 25  __docformat__ = 'reStructuredText'
25    
26  dbg = None  dbg = None
27    
28  import os, navidoc.utils.debug  import os, navidoc.util.debug
29    
30  #Environmental variable MPINPUTS should be relative to tmpdir,  #Environmental variable MPINPUTS should be relative to tmpdir,
31  #or be an absolute path.  #or be an absolute path.
# Line 42  input_filename = '' Line 42  input_filename = ''
42  output_filename = ''  output_filename = ''
43    
44  # general debug filter  # general debug filter
45  dbg = navidoc.utils.debug.DebugFilter()  dbg = navidoc.util.debug.DebugFilter()
46    
47  # set the default docutils.conf  # set the default docutils.conf
48  docutils = "./docutils.conf"  docutils = "./docutils.conf"

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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