[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tmda-cvs
Subject:    CVS: tmda/TMDA Util.py,1.64,1.65
From:       "Jason R. Mastaler" <jasonrm () users ! sourceforge ! net>
Date:       2002-06-14 0:32:44
[Download RAW message or body]

Update of /cvsroot/tmda/tmda/TMDA
In directory usw-pr-cvs1:/tmp/cvs-serv5882/TMDA

Modified Files:
	Util.py 
Log Message:
Bugfix.  The former doesn't work under Linux for some reason.


Index: Util.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Util.py,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- Util.py	13 Jun 2002 00:10:51 -0000	1.64
+++ Util.py	14 Jun 2002 00:32:42 -0000	1.65
@@ -85,7 +85,7 @@
 
 def getfileuid(path):
     statinfo = os.stat(path)
-    return stat.S_IMODE(statinfo[stat.ST_UID])
+    return statinfo[stat.ST_UID]
 
 
 def seconds(timeout):

____________________________________________
tmda-cvs mailing list
http://libertine.org/lists/listinfo/tmda-cvs

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic