~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/__init__.py

  • Committer: Max Kanat-Alexander
  • Date: 2010-11-11 03:30:43 UTC
  • Revision ID: mkanat@bugzilla.org-20101111033043-rmxnwrkxfkcrqq60
Tags: loggerhead-1.18
ReleaseĀ 1.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        kwargs = dict(parse_querystring(environ))
71
71
        util.set_context(kwargs)
72
72
        args = []
73
 
        while 1:
 
73
        while True:
74
74
            arg = path_info_pop(environ)
75
75
            if arg is None:
76
76
                break