mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot_merge: remove dead code
apparently at one point I wanted to provide an atom feed or something
This commit is contained in:
parent
48c9754906
commit
1dcab0744d
@ -6,12 +6,9 @@ import pathlib
|
||||
import markdown
|
||||
import markupsafe
|
||||
import werkzeug.exceptions
|
||||
from lxml import etree
|
||||
from lxml.builder import ElementMaker
|
||||
|
||||
from odoo.http import Controller, route, request
|
||||
|
||||
A = ElementMaker(namespace="http://www.w3.org/2005/Atom")
|
||||
LIMIT = 20
|
||||
class MergebotDashboard(Controller):
|
||||
@route('/runbot_merge', auth="public", type="http", website=True)
|
||||
|
Loading…
Reference in New Issue
Block a user