~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/scripts/doc/profile.txt

  • Committer: William Grant
  • Date: 2011-02-21 00:06:55 UTC
  • mto: This revision was merged to the branch mainline in revision 12418.
  • Revision ID: william.grant@canonical.com-20110221000655-jnvw6otrvne8zx4e
Purge implicit_begin/implicitBegin; ignored since Storm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    ...         pass
15
15
    ...     def _init_zca(self, use_web_security):
16
16
    ...         pass
17
 
    ...     def _init_db(self, implicit_begin, isolation):
 
17
    ...     def _init_db(self, isolation):
18
18
    ...         pass
19
19
 
20
20
    >>> profile_file = os.path.join(profile_dir, 'myscript.prof')