home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / python / Lib / struct.py < prev    next >
Encoding:
Python Source  |  2010-05-29  |  85 b   |  4 lines

  1. from _struct import *
  2. from _struct import _clearcache
  3. from _struct import __doc__
  4.