~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/interfaces/questiontarget.py

  • Committer: William Grant
  • Date: 2011-12-30 06:14:56 UTC
  • mto: This revision was merged to the branch mainline in revision 14610.
  • Revision ID: william.grant@canonical.com-20111230061456-f715q0b712skdnfk
Merge canonical.database into lp.services.database.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
        :language: An ILanguage. If that parameter is omitted, the question
163
163
                 is assumed to be created in English.
164
164
        :datecreated:  A datetime object that will be used for the datecreated
165
 
                attribute. Defaults to canonical.database.constants.UTC_NOW.
 
165
                attribute. Defaults to lp.services.database.constants.UTC_NOW.
166
166
        """
167
167
 
168
168
    def createQuestionFromBug(bug):