~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/profile/__init__.py

  • Committer: Robert Collins
  • Date: 2010-07-01 01:39:46 UTC
  • mto: This revision was merged to the branch mainline in revision 11157.
  • Revision ID: robertc@lpdev-20100701013946-qsgq0lbg9rdmbd5b
Move the profile module to lp.services.profile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2010 Canonical Ltd.  This software is licensed under the
 
2
# GNU Affero General Public License version 3 (see the file LICENSE).
 
3
 
 
4
"""lp.services.profile - profiling for zope applications.
 
5
 
 
6
Tests for this package are currently services stories.
 
7
"""