1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## tocsturbo.dpatch by <santiago@unicauca.edu.co>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad python-pychart-1.37/demos/tocsturbo.py /tmp/dpep.3zlGFr/python-pychart-1.37/demos/tocsturbo.py
--- python-pychart-1.37/demos/tocsturbo.py 2005-02-04 18:42:38.000000000 -0500
+++ /tmp/dpep.3zlGFr/python-pychart-1.37/demos/tocsturbo.py 2005-08-01 00:30:36.000000000 -0500
@@ -15,7 +15,6 @@
#
from pychart import *
import tocslib
-import profile
def create_line_plot(label, ycol):
return line_plot.T(label=label,
|