Cleaning up USB code, getting nearer to BBB mass storage.
[goodfet] / client / p2e.txt
1 #!/usr/bin/env python\r
2 # GoodFET py2exe Script\r
3\r
4 # Written poorly by Q, amended by Travis.\r
5 # PYTHONCONSOLE is rewritten by sed to be the proper name.\r
6 # Build with 'make py2exe' on Win32 with Python, py2exe, py-serial, and GNU.\r
7 \r
8 from distutils.core import setup\r
9 import py2exe\r
10 \r
11 setup(console=['PYTHONCONSOLE'])\r