gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] navidoc/navidoc/directives latex.py


From: Asko Soukka
Subject: [Gzz-commits] navidoc/navidoc/directives latex.py
Date: Mon, 12 May 2003 06:32:36 -0400

CVSROOT:        /cvsroot/navidoc
Module name:    navidoc
Changes by:     Asko Soukka <address@hidden>    03/05/12 06:32:36

Modified files:
        navidoc/directives: latex.py 

Log message:
        fix import

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/navidoc/directives/latex.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: navidoc/navidoc/directives/latex.py
diff -u navidoc/navidoc/directives/latex.py:1.3 
navidoc/navidoc/directives/latex.py:1.4
--- navidoc/navidoc/directives/latex.py:1.3     Mon May 12 06:30:06 2003
+++ navidoc/navidoc/directives/latex.py Mon May 12 06:32:36 2003
@@ -19,13 +19,14 @@
 # MA  02111-1307  USA
 # 
 
-# $Id: latex.py,v 1.3 2003/05/12 10:30:06 humppake Exp $
+# $Id: latex.py,v 1.4 2003/05/12 10:32:36 humppake Exp $
 
 #
 # Written by Benja Fallenstein
 #
 
 import docutils.nodes
+from docutils.parsers.rst import directives
 
 def bibliography_directive(name, arguments, options, content, lineno,
         content_offset, block_text, state, state_machine):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]