~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/comments/configure.zcml

  • Committer: Tim Penhey
  • Date: 2009-06-16 03:46:40 UTC
  • mto: This revision was merged to the branch mainline in revision 8712.
  • Revision ID: tim.penhey@canonical.com-20090616034640-1r3t2xqs4hjwldfi
First cut of a comments service.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<configure
 
2
    xmlns="http://namespaces.zope.org/zope"
 
3
    xmlns:browser="http://namespaces.zope.org/browser"
 
4
    xmlns:i18n="http://namespaces.zope.org/i18n"
 
5
    xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc"
 
6
    i18n_domain="launchpad">
 
7
 
 
8
  <include package=".browser"/>
 
9
 
 
10
</configure>
 
 
b'\\ No newline at end of file'