# HG changeset patch
# User Carl Friedrich Bolz <cfbolz@gmx.de>
# Date 1172049467 0
#      Wed Feb 21 09:17:47 2007 +0000
# Branch extradoc
# Node ID 6b4aeae72c027fceea82ad16d9dce682cf7e1fc2
# Parent  4931609ddb255c7a94c99d1ccfefbba3cb7bbf1c
make confrest work with the py-lib changes

diff --git a/confrest.py b/confrest.py
--- a/confrest.py
+++ b/confrest.py
@@ -14,6 +14,7 @@
             " ", id="menubar")
 
 class Project(Project):
+    mydir = py.magic.autopath().dirpath()
     title = "PyPy EU Project"
     stylesheet = 'http://codespeak.net/pypy/dist/pypy/doc/style.css'
     encoding = 'latin1'