gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] navidoc/navidoc/link __init__.py


From: Asko Soukka
Subject: [Gzz-commits] navidoc/navidoc/link __init__.py
Date: Thu, 24 Apr 2003 05:41:10 -0400

CVSROOT:        /cvsroot/navidoc
Module name:    navidoc
Changes by:     Asko Soukka <address@hidden>    03/04/24 05:41:10

Modified files:
        navidoc/link   : __init__.py 

Log message:
        no os.path.realpath in jython

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/navidoc/link/__init__.py.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: navidoc/navidoc/link/__init__.py
diff -u navidoc/navidoc/link/__init__.py:1.9 
navidoc/navidoc/link/__init__.py:1.10
--- navidoc/navidoc/link/__init__.py:1.9        Thu Apr 24 05:04:19 2003
+++ navidoc/navidoc/link/__init__.py    Thu Apr 24 05:41:10 2003
@@ -19,7 +19,7 @@
 # MA  02111-1307  USA
 # 
 
-#$Id: __init__.py,v 1.9 2003/04/24 09:04:19 humppake Exp $
+#$Id: __init__.py,v 1.10 2003/04/24 09:41:10 humppake Exp $
 
 #
 # Written by Tuomas Lukka, Asko Soukka
@@ -51,7 +51,7 @@
         self.title = s.strip()
 
         if len(list) > 0:
-            self.target = os.path.realpath(slashify(config.working_directory) 
+ list[0])
+            self.target = os.path.normpath(slashify(config.working_directory) 
+ list[0])
             self.set_status(set_title=1)
         
         dbg(self.key+" title: %s, target: %s, error: %s" % (self.title, 
self.target, self.error))




reply via email to

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