[yum-cvs] yum yummain.py,1.100.2.5,1.100.2.6

James Bowes jbowes at linux.duke.edu
Wed Jan 31 01:30:58 UTC 2007


Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv4288

Modified Files:
      Tag: yum-3_0_X
	yummain.py 
Log Message:
Put back os.path.expanduser for the profiling stuff. I need cvs training wheels

Index: yummain.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yummain.py,v
retrieving revision 1.100.2.5
retrieving revision 1.100.2.6
diff -u -r1.100.2.5 -r1.100.2.6
--- yummain.py	28 Jan 2007 20:16:32 -0000	1.100.2.5
+++ yummain.py	31 Jan 2007 01:30:55 -0000	1.100.2.6
@@ -186,7 +186,7 @@
 
 if __name__ == "__main__":
     #import hotshot
-    #p = hotshot.Profile("yum.prof")
+    #p = hotshot.Profile(os.path.expanduser("~/yum.prof"))
     #p.run('main(sys.argv[1:])')
     #p.close()    
     try:




More information about the Yum-cvs-commits mailing list