Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/almostimportstdlib/__init__.py
blob: 0203dfd4ef3ba7f5437a474cfe1adfef2df56237 (plain)
1
2
3
4
5
6
7
8
9
10
11
"""
This small package makes py2exe pack the entire Python 2.6.2 stdlib.
It does so by "almost" importing the entire stdlib.
To use it, just import it, and that's it:
py2exe will pack the entire stdlib with your executable.
If you want to change the list of modules, dig in
the code, it's very short.
"""

from almostimportstdlib import *
from almostimportstdlibmaker import *