~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/configure.zcml

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-23 03:51:28 UTC
  • mfrom: (14585.1.1 no-rosetta-xmlrpc-selftest)
  • Revision ID: launchpad@pqm.canonical.com-20111223035128-a3woo3hpknlpzvow
[r=wgrant][no-qa] Remove ancient unused RosettaSelfTest XML-RPC view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
      provides="zope.publisher.interfaces.browser.IDefaultBrowserLayer"
24
24
      name="translations" />
25
25
 
26
 
  <xmlrpc:view
27
 
      for="lp.translations.interfaces.translations.IRosettaApplication"
28
 
      interface="canonical.launchpad.xmlrpc.application.IRosettaSelfTest"
29
 
      class="canonical.launchpad.xmlrpc.application.RosettaSelfTest"
30
 
      permission="zope.Public"
31
 
      />
32
 
 
33
26
    <lp:help-folder folder="help" name="+help-translations" />
34
27
 
35
28
    <class