[bootchart] Fix typo in file name.

Bill Nottingham notting at fedoraproject.org
Wed Nov 3 20:12:25 UTC 2010


commit d737c4c023d496a88022986bed94d81ea47e0b56
Author: Bill Nottingham <notting at redhat.com>
Date:   Wed Nov 3 16:11:45 2010 -0400

    Fix typo in file name.

 bootchart-nogui.patch |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/bootchart-nogui.patch b/bootchart-nogui.patch
new file mode 100644
index 0000000..4d57ff7
--- /dev/null
+++ b/bootchart-nogui.patch
@@ -0,0 +1,19 @@
+diff -up bootchart2-0.12.4/pybootchartgui/main.py.foo bootchart2-0.12.4/pybootchartgui/main.py
+--- bootchart2-0.12.4/pybootchartgui/main.py.foo	2010-11-03 14:33:06.563047003 -0400
++++ bootchart2-0.12.4/pybootchartgui/main.py	2010-11-03 14:33:15.021047003 -0400
+@@ -18,7 +18,6 @@ import os
+ import optparse
+ 
+ import parsing
+-import gui
+ import batch
+ 
+ def _mk_options_parser():
+@@ -116,6 +115,7 @@ def main(argv=None):
+ 				    options.crop_after, options.annotate)
+ 		
+ 		if options.interactive or options.output == None:
++			import gui
+ 			gui.show(res, options)
+ 		elif options.boottime:
+ 			import math


More information about the scm-commits mailing list