Revision: 293
Author: mhagger
Date: 2006-07-16 10:48:06 -0700 (Sun, 16 Jul 2006)
ViewCVS: http://svn.sourceforge.net/gnuplot-py/?rev=293&view=rev
Log Message:
-----------
Import Errors.
Problem and suggested solution come from Debian bug #353642. This
commit should fix that bug.
Modified Paths:
--------------
trunk/_Gnuplot.py
Modified: trunk/_Gnuplot.py
===================================================================
--- trunk/_Gnuplot.py 2006-03-03 09:49:04 UTC (rev 292)
+++ trunk/_Gnuplot.py 2006-07-16 17:48:06 UTC (rev 293)
@@ -14,7 +14,7 @@
import sys, string, types
-import gp, PlotItems, termdefs
+import gp, PlotItems, termdefs, Errors
class _GnuplotFile:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|