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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/pack.py

    rb14b71e rf4660690  
    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.