~ubuntu-branches/ubuntu/precise/swift/precise-updates

« back to all changes in this revision

Viewing changes to bin/swift

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-03-09 13:26:07 UTC
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20120309132607-vq3donlbftjdspbx
Tags: upstream-1.4.7
ImportĀ upstreamĀ versionĀ 1.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1854
1854
        options.key = options.password
1855
1855
 
1856
1856
    # Handle trailing '/' in URL
1857
 
    if not options.auth.endswith('/'):
 
1857
    if options.auth and not options.auth.endswith('/'):
1858
1858
        options.auth += '/'
1859
1859
 
1860
1860
    if enforce_requires and \