<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,7 +16,7 @@ class ErrorController(BaseController):
     This behaviour can be altered by changing the parameters to the
     ErrorDocuments middleware in your config/middleware.py file.
     &quot;&quot;&quot;
-    def documentxx(self):
+    def document(self):
         &quot;&quot;&quot;Render the error document&quot;&quot;&quot;
         c.code = request.params.get('code', '')
         #print 'in error.py controller'
@@ -49,7 +49,7 @@ class ErrorController(BaseController):
             #return render('/environment.html')
             #return self.pylons_default()
     
-    def document(self):
+    def documentxx(self):
         &quot;&quot;&quot;Render the error document&quot;&quot;&quot;
         page = error_document_template % \
             dict(prefix=request.environ.get('SCRIPT_NAME', ''),</diff>
      <filename>demisauce/trunk/demisauce/controllers/error.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2b223ecd8cbff349c1c8208565a027b57775d441</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Raddon</name>
    <email>araddon@yahoo.com</email>
  </author>
  <url>http://github.com/araddon/demisauce/commit/08f5ea358a6408de36379013af969b189dca4017</url>
  <id>08f5ea358a6408de36379013af969b189dca4017</id>
  <committed-date>2009-01-19T15:21:10-08:00</committed-date>
  <authored-date>2009-01-19T15:21:10-08:00</authored-date>
  <message>updating error handler</message>
  <tree>cf043757ff444c0a9aa9dce1e50a556084b76366</tree>
  <committer>
    <name>Aaron Raddon</name>
    <email>araddon@yahoo.com</email>
  </committer>
</commit>
