1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/ee63ea1f137d/
changeset:   ee63ea1f137d
user:        hpk42
date:        2011-07-06 20:25:54
summary:     don't import py
affected #:  1 file (86 bytes)

--- a/doc/conf.py       Wed Jul 06 20:21:59 2011 +0200
+++ b/doc/conf.py       Wed Jul 06 20:25:54 2011 +0200
@@ -51,10 +51,9 @@
 # The short X.Y version.
 version = '2.0'
 # The full version, including alpha/beta/rc tags.
-import py, pytest
+import pytest
 release = pytest.__version__
 version = ".".join(release.split(".")[:2])
-#assert 
py.path.local().relto(py.path.local(pytest.__file__).dirpath().dirpath())
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

Repository URL: https://bitbucket.org/hpk42/pytest/

--

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

Reply via email to