Lines 1-14
Link Here
|
1 |
--- setup.py.orig 2010-07-24 10:30:33.000000000 +0800 |
1 |
--- ./setup.py.orig 2010-12-11 00:04:45.000000000 +0100 |
2 |
+++ setup.py 2010-08-24 21:11:15.000000000 +0800 |
2 |
+++ ./setup.py 2010-12-11 00:04:57.000000000 +0100 |
3 |
@@ -12,10 +12,7 @@ |
3 |
@@ -14,10 +14,7 @@ |
4 |
# See the License for the specific language governing permissions and |
4 |
|
5 |
# limitations under the License. |
5 |
from __future__ import with_statement |
6 |
|
6 |
|
7 |
-try: |
7 |
-try: |
8 |
- from setuptools import setup |
8 |
- from setuptools import setup |
9 |
-except ImportError: |
9 |
-except ImportError: |
10 |
- from distutils.core import setup |
10 |
- from distutils.core import setup |
11 |
+from distutils.core import setup |
11 |
+from distutils.core import setup |
|
|
12 |
import os |
13 |
import shutil |
12 |
packages =['googlecl', |
14 |
packages =['googlecl', |
13 |
'googlecl.blogger', |
|
|
14 |
'googlecl.calendar', |