Changes in tools/pack.py [f4660690:b14b71e] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/pack.py

    rf4660690 rb14b71e  
    113113               
    114114                comp_in = file(component, "rb")
    115                 comp_data = comp_in.read();
     115                comp_data = comp_in.read()
    116116                comp_in.close()
    117117               
Note: See TracChangeset for help on using the changeset viewer.