1 new changeset in py: http://bitbucket.org/hpk42/py/changeset/426d218a4eaa/ changeset: r2019:426d218a4eaa user: hpk42 date: 2011-05-25 21:54:59 summary: avoid unneccessary pytest reference for creating docs affected #: 1 file (8 bytes)
--- a/doc/conf.py Wed May 18 15:11:26 2011 -0500 +++ b/doc/conf.py Wed May 25 21:54:59 2011 +0200 @@ -49,7 +49,7 @@ # # The short X.Y version. # The full version, including alpha/beta/rc tags. -import py, pytest +import py assert py.path.local().relto(py.path.local(py.__file__).dirpath().dirpath()) release = py.__version__ version = ".".join(release.split(".")[:2]) Repository URL: https://bitbucket.org/hpk42/py/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn