[jhbuild] [buildbot] import missing class to produce 404 on wrong change URI



commit 9f175deb982285753b099f26b554370310e4cba5
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Sep 6 22:54:11 2010 +0200

    [buildbot] import missing class to produce 404 on wrong change URI

 jhbuild/buildbot/status/web/changes.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/buildbot/status/web/changes.py b/jhbuild/buildbot/status/web/changes.py
index 6a1b02a..e267ee5 100644
--- a/jhbuild/buildbot/status/web/changes.py
+++ b/jhbuild/buildbot/status/web/changes.py
@@ -21,7 +21,7 @@ import time
 
 from buildbot.status.web.base import HtmlResource
 from twisted.web.util import Redirect
-
+from twisted.web.error import NoResource
 
 class ChangesResource(HtmlResource):
     def getChild(self, path, req):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]