public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/colubrid/files: colubrid-0.10.patch
@ 2008-03-18 13:17 Alec Warner (antarus)
  0 siblings, 0 replies; 2+ messages in thread
From: Alec Warner (antarus) @ 2008-03-18 13:17 UTC (permalink / raw
  To: gentoo-commits

antarus     08/03/18 13:17:14

  Added:                colubrid-0.10.patch
  Log:
  Fix bug in colubrid RoutesApplication.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  dev-python/colubrid/files/colubrid-0.10.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/colubrid/files/colubrid-0.10.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/colubrid/files/colubrid-0.10.patch?rev=1.1&content-type=text/plain

Index: colubrid-0.10.patch
===================================================================
--- colubrid/application.py	2006-08-30 06:03:31.000000000 -0700
+++ colubrid/application.py	2008-03-09 04:37:59.204620929 -0700
@@ -354,6 +354,8 @@
             return RoutesRequest(self, e, s, c)
         super(RoutesApplication, self).__init__(environ, start_response,
                                                 create_request)
+
+    def process_request(self):
         path = self.request.environ.get('PATH_INFO') or '/'
         match = self._routes_mapper.match(path)
         if match is None:
@@ -367,5 +369,4 @@
             del match['action']
         del match['controller']
 
-        # XXX: can't return from __init__
         return handler(app, **match)



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/colubrid/files: colubrid-0.10.patch
@ 2015-03-24  2:46 Ian Delaney (idella4)
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2015-03-24  2:46 UTC (permalink / raw
  To: gentoo-commits

idella4     15/03/24 02:46:58

  Removed:              colubrid-0.10.patch
  Log:
  remove defunct package dev-python/colubrid


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-24  2:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 13:17 [gentoo-commits] gentoo-x86 commit in dev-python/colubrid/files: colubrid-0.10.patch Alec Warner (antarus)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-24  2:46 Ian Delaney (idella4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox