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

Diff of /navidoc/config.py

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

revision 1.7 by humppake, Thu Mar 27 11:56:21 2003 UTC revision 1.8 by humppake, Fri Mar 28 13:08:57 2003 UTC
# Line 25  __docformat__ = 'reStructuredText' Line 25  __docformat__ = 'reStructuredText'
25    
26  dbg = None  dbg = None
27    
28  import os.path  import navidoc.utils.debug
 import docutils.utils  
   
 from navidoc.utils.debug import DebugFilter  
29    
30  # global settings needed all around  # global settings needed all around
31  mp_directory = '../mptemp'  mp_directory = '../mptemp'
# Line 41  input_filename = '' Line 38  input_filename = ''
38  output_filename = ''  output_filename = ''
39    
40  # general debug filter  # general debug filter
41  dbg = DebugFilter()  dbg = navidoc.utils.debug.DebugFilter()
42    
43  # set the default docutils.conf  # set the default docutils.conf
44  if os.path.isfile("./docutils.conf"):  docutils = "./docutils.conf"
     docutils = "./docutils.conf"  
 else: docutils = ""  
45    
46  # pegs will be sorted after their priority  # pegs will be sorted after their priority
47  pegboard_priorities = {'Current': 1,  pegboard_priorities = {'Current': 1,

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

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