Wireshark-commits: [Wireshark-commits] master 355e913: delete_includes.py: Python 3 compatibility
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 22 Mar 2015 16:33:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=355e913f9149513c01afb5237f9fdb38d3db681c
Submitter: Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

355e913 by Peter Wu (peter@xxxxxxxxxxxxx):

    delete_includes.py: Python 3 compatibility
    
    While improving python 3 compatibility, fix whitespaces and remove the
    useless try/except block as these modules are part of core.
    
    Tested with Python 2.5.6, 2.6.6, 2.7.9, 3.2.6, 3.4.3 (with "make"
    replaced by "true" and by comparing stdout).
    
    Change-Id: I9c585da89aef76f01672c8f7320ac4a13c6cc7d7
    Reviewed-on: https://code.wireshark.org/review/7790
    Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    

Actions performed:

    from  7a90a6b   [Automatic manuf, services and enterprise-numbers update for 2015-03-22]
    adds  355e913   delete_includes.py: Python 3 compatibility


Summary of changes:
 tools/delete_includes.py |   84 ++++++++++++++++++++++------------------------
 1 file changed, 40 insertions(+), 44 deletions(-)