Changeset 385
- Timestamp:
- Mon Dec 17 06:01:10 2007
- Files:
-
- branches/python2.5/hooks/hook-_elementtree.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
branches/python2.5/hooks/hook-_elementtree.py
r381 r385 16 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 17 17 18 hiddenimports = ['pyexpat'] 18 hiddenimports = ['pyexpat', 'xml.etree.ElementTree']
