prepare for the release of rrdtool-1.3.0
[rrdtool.git] / doc / rrdpython.pod
index 2d63426..d504deb 100644 (file)
@@ -18,6 +18,7 @@ to the other B<rrdtool> documentation for functions and valid arguments.
 
 =head1 EXAMPLE
 
+ import sys
  sys.path.append('/path/to/rrdtool/lib/python2.3/site-packages/')
  import rrdtool, tempfile
 
@@ -25,7 +26,7 @@ to the other B<rrdtool> documentation for functions and valid arguments.
  YEAR = 365 * DAY
  fd,path = tempfile.mkstemp('.png')
 
- rrdtool.graph(path, 
+ rrdtool.graph(path,
               '--imgformat', 'PNG',
               '--width', '540',
               '--height', '100',