[pypy-svn] r48654 - pypy/dist/pypy/doc
fijal at codespeak.net
fijal at codespeak.net
Tue Nov 13 17:12:38 CET 2007
Author: fijal
Date: Tue Nov 13 17:12:38 2007
New Revision: 48654
Modified:
pypy/dist/pypy/doc/confrest.py
Log:
Remove link to the EU page
Modified: pypy/dist/pypy/doc/confrest.py
==============================================================================
--- pypy/dist/pypy/doc/confrest.py (original)
+++ pypy/dist/pypy/doc/confrest.py Tue Nov 13 17:12:38 2007
@@ -21,8 +21,6 @@
class_="menu"),
html.a("contact", href=self.get_doclink("contact.html"),
class_="menu"), " ",
- html.a("EU/project",
- href="http://pypy.org/", class_="menu"), " ",
" ", id="menubar")
def get_doclink(self, target):
More information about the Pypy-commit
mailing list