~jani/ubuntu-system-image/http-auth

« back to all changes in this revision

Viewing changes to systemimage/bag.py

  • Committer: Barry Warsaw
  • Date: 2014-02-26 19:55:10 UTC
  • Revision ID: barry@python.org-20140226195510-vkhnuxvt0nvz8vdv
Whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        return value
34
34
    return identity
35
35
 
 
36
 
36
37
def make_converter(original):
37
38
    converters = defaultdict(default)
38
39
    if original is not None: