Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/almostimportstdlib/__init__.py
diff options
context:
space:
mode:
authorAaron Gordon <aaronsgordon@yahoo.com>2012-12-19 07:31:11 (GMT)
committer Aaron Gordon <aaronsgordon@yahoo.com>2012-12-19 07:31:11 (GMT)
commit748ff0fee8e61e6bfc9ee751f5cceb817c4fcbc9 (patch)
tree1bec9efc0588ac0cbd76787601d6ed5a7f679a9f /almostimportstdlib/__init__.py
parent421c2039856dae7b79882af5e0a50e2ab6a396cf (diff)
Added foldersHEADmaster
Diffstat (limited to 'almostimportstdlib/__init__.py')
-rw-r--r--almostimportstdlib/__init__.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/almostimportstdlib/__init__.py b/almostimportstdlib/__init__.py
new file mode 100644
index 0000000..0203dfd
--- /dev/null
+++ b/almostimportstdlib/__init__.py
@@ -0,0 +1,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 * \ No newline at end of file