[py-svn] r32466 - py/dist/py/bin

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Sep 18 21:01:59 CEST 2006


Author: cfbolz
Date: Mon Sep 18 21:01:57 2006
New Revision: 32466

Modified:
   py/dist/py/bin/rst2pdf.py
Log:
add a deprecation warning


Modified: py/dist/py/bin/rst2pdf.py
==============================================================================
--- py/dist/py/bin/rst2pdf.py	(original)
+++ py/dist/py/bin/rst2pdf.py	Mon Sep 18 21:01:57 2006
@@ -27,6 +27,7 @@
                   help="print debug output and don't delete files")
 
 if __name__ == '__main__':
+    print "This file is deprecated. Please use py.rest --topdf instead"
     directive.BackendStore("latex")
     (options, args) = parser.parse_args()
     if options.configfile is not None:



More information about the pytest-commit mailing list