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

Diff of /navidoc/navidoc/__init__.py

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

revision 1.5 by humppake, Fri Mar 21 14:35:53 2003 UTC revision 1.6 by humppake, Mon Mar 24 08:08:13 2003 UTC
# Line 31  import docutils.core Line 31  import docutils.core
31  import config  import config
32    
33  import navidoc.directives  import navidoc.directives
34  #import navidoc.utils.path  
35  #docutils.utils.relative_path = navidoc.utils.path.relative_path  # Because docutils' own relative path has problems with
36    # paths beginning with '../', we use our own :-)
37    import navidoc.utils.path
38    docutils.utils.relative_path = navidoc.utils.path.relative_path
39    
40  def docutils_system_message(self, level, message, *children, **kwargs):  def docutils_system_message(self, level, message, *children, **kwargs):
41          """          """

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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