5BJ2oa0Kn7N5qDA280PYa1 changeset

Changeset303362633135 (b)
ParentNone (a)
ab
0+(test)13:16 rage@grim ~/dev_emencia/buildout/test% python bootstrap.py
0+Traceback (most recent call last):
0+  File "bootstrap.py", line 23, in ?
0+    import os, shutil, sys, tempfile, textwrap, urllib, urllib2
0+ImportError: No module named shutil
0+zsh: exit 1     python bootstrap.py
0+(test)13:16 rage@grim ~/dev_emencia/buildout/test% python
0+Python 2.4.4 (#1, Nov 19 2007, 14:58:38)
0+[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
0+Type "help", "copyright", "credits" or "license" for more information.
0+>>> import shutil
0+>>>
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Revision None
+++ Revision 303362633135
@@ -0,0 +1,12 @@
+(test)13:16 rage@grim ~/dev_emencia/buildout/test% python bootstrap.py
+Traceback (most recent call last):
+ File "bootstrap.py", line 23, in ?
+ import os, shutil, sys, tempfile, textwrap, urllib, urllib2
+ImportError: No module named shutil
+zsh: exit 1 python bootstrap.py
+(test)13:16 rage@grim ~/dev_emencia/buildout/test% python
+Python 2.4.4 (#1, Nov 19 2007, 14:58:38)
+[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
+Type "help", "copyright", "credits" or "license" for more information.
+>>> import shutil
+>>>