~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/scripts/packagecopier.py

  • Committer: Jeroen Vermeulen
  • Date: 2011-09-26 06:30:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14049.
  • Revision ID: jeroen.vermeulen@canonical.com-20110926063007-1fb5eelnidpnra9a
Fix lots of lint in recently-changed files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    )
54
54
from lp.soyuz.scripts.processaccepted import close_bugs_for_sourcepublication
55
55
 
56
 
# XXX cprov 2009-06-12: This function could be incorporated in ILFA,
57
 
# I just don't see a clear benefit in doing that right now.
 
56
 
58
57
def re_upload_file(libraryfile, restricted=False):
59
58
    """Re-upload a librarian file to the public server.
60
59
 
63
62
 
64
63
    :return: A new `LibraryFileAlias`.
65
64
    """
 
65
    # XXX cprov 2009-06-12: This function could be incorporated in ILFA.
 
66
    # I just don't see a clear benefit in doing that right now.
 
67
 
66
68
    # Open the the libraryfile for reading.
67
69
    libraryfile.open()
68
70