• Fred Drake's avatar
    · 68936ed8
    Fred Drake authored
    Remove unnecessary "global" statement -- already in global context.
    Python 2.1 complained about this because the global was assigned to
    before the global statement, all in a single scope.
    68936ed8
requestprofiler.py 19.5 KB