[pypy-svn] pypy default: change .txt to .rst
lac
commits-noreply at bitbucket.org
Fri Mar 18 13:20:45 CET 2011
Author: Laura Creighton <lac at openend.se>
Branch:
Changeset: r42780:5dfd2fa3a69c
Date: 2011-03-18 13:18 +0100
http://bitbucket.org/pypy/pypy/changeset/5dfd2fa3a69c/
Log: change .txt to .rst
diff --git a/pypy/config/test/test_pypyoption.py b/pypy/config/test/test_pypyoption.py
--- a/pypy/config/test/test_pypyoption.py
+++ b/pypy/config/test/test_pypyoption.py
@@ -70,6 +70,6 @@
prefix = descr._name
c = Config(descr)
for path in c.getpaths(include_groups=True):
- fn = prefix + "." + path + ".txt"
+ fn = prefix + "." + path + ".rst"
yield check_file_exists, fn
More information about the Pypy-commit
mailing list