src/reportlab/pdfgen/pycanvas.py
changeset 2967 ea62529bd1df
parent 2966 c9df63ccabdf
child 3032 22224b1b4d24
--- a/src/reportlab/pdfgen/pycanvas.py	Wed Sep 03 16:18:43 2008 +0000
+++ b/src/reportlab/pdfgen/pycanvas.py	Wed Sep 03 17:22:41 2008 +0000
@@ -25,14 +25,14 @@
 is returned and the doIt() function is much much faster, it is also
 much faster than the original non-serialized program.
 
-the reportlab/test/test_pdfgen_pycanvas.py program is the test suite
+the tests/test_pdfgen_pycanvas.py program is the test suite
 for pycanvas, you can do the following to run it :
 
     First set verbose=1 in reportlab/rl_config.py
 
     then from the command interpreter :
 
-    $ cd reportlab/test
+    $ cd tests
     $ python test_pdfgen_pycanvas.py >n1.py
 
     this will produce both n1.py and test_pdfgen_pycanvas.pdf
@@ -306,4 +306,4 @@
         self._pyfile.write("%s\n" % pycode)
 
 if __name__ == '__main__':
-    print 'For test scripts, look in reportlab/test'
+    print 'For test scripts, look in tests'