~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archivepublisher/customupload.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
class CustomUpload:
84
84
    """Base class for custom upload handlers"""
85
85
 
86
 
    # The following should be overriden by subclasses, probably in
 
86
    # The following should be overridden by subclasses, probably in
87
87
    # their __init__
88
88
    targetdir = None
89
89
    version = None