• 
      

    Use six.iteritems to iterate over dictionaries.

    Review Request #6585 — Created Nov. 13, 2014 and submitted

    Information

    RBTools
    master
    f005842...

    Reviewers

    This switches us over to the six helper method for bridging the gap between
    Python 2.x's iteritems() and 3.x's items().

    Ran unit tests.

    Description From Last Updated

    Col: 80 E501 line too long (82 > 79 characters)

    reviewbotreviewbot
    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          rbtools/api/resource.py
          rbtools/clients/clearcase.py
          rbtools/clients/__init__.py
          rbtools/hooks/git.py
          rbtools/clients/perforce.py
          rbtools/api/request.py
          rbtools/api/errors.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          rbtools/api/resource.py
          rbtools/clients/clearcase.py
          rbtools/clients/__init__.py
          rbtools/hooks/git.py
          rbtools/clients/perforce.py
          rbtools/api/request.py
          rbtools/api/errors.py
      
      
    2. rbtools/clients/perforce.py (Diff revision 1)
       
       
      Show all issues
      Col: 80
       E501 line too long (82 > 79 characters)
      
    3. 
        
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (e618df0)