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

Diff of /navidoc/config.py

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

revision 1.3 by humppake, Tue Mar 18 16:28:36 2003 UTC revision 1.4 by humppake, Wed Mar 19 09:23:26 2003 UTC
# Line 22  Line 22 
22  __docformat__ = 'reStructuredText'  __docformat__ = 'reStructuredText'
23    
24  import os.path  import os.path
25    import docutils.utils
26    
27  from navidoc.utils.debug import DebugFilter  from navidoc.utils.debug import DebugFilter
28    
# Line 35  else: docutils = "" Line 36  else: docutils = ""
36    
37  # global settings needed all around, these  # global settings needed all around, these
38  # should be automaticly re-set before compiling reST  # should be automaticly re-set before compiling reST
39  working_directory = './'  working_directory = '.'
40  input_filename = './'  input_filename = ''
41  output_filename = './'  output_filename = ''
42    
43  # pegs will be sorted after their priority  # pegs will be sorted after their priority
44  pegboard_priorities = {'Current': 1,  pegboard_priorities = {'Current': 1,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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