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

James Bowes jbowes at linux.duke.edu
Sun Jan 28 20:16:35 UTC 2007


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

Modified Files:
      Tag: yum-3_0_X
	yummain.py 
Log Message:
I uncommented the profile stuff and checked it in. whoops! This fixes it.

Index: yummain.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yummain.py,v
retrieving revision 1.100.2.4
retrieving revision 1.100.2.5
diff -u -r1.100.2.4 -r1.100.2.5
--- yummain.py	27 Jan 2007 03:05:37 -0000	1.100.2.4
+++ yummain.py	28 Jan 2007 20:16:32 -0000	1.100.2.5
@@ -185,10 +185,10 @@
 
 
 if __name__ == "__main__":
-    import hotshot
-    p = hotshot.Profile("yum.prof")
-    p.run('main(sys.argv[1:])')
-    p.close()    
+    #import hotshot
+    #p = hotshot.Profile("yum.prof")
+    #p.run('main(sys.argv[1:])')
+    #p.close()    
     try:
         main(sys.argv[1:])
     except KeyboardInterrupt, e:




More information about the Yum-cvs-commits mailing list