blob: 5b636ae9d080c123e08e40de94477b8980bad16f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- ./setup.py.orig 2010-12-11 00:04:45.000000000 +0100
+++ ./setup.py 2010-12-11 00:04:57.000000000 +0100
@@ -14,10 +14,7 @@
from __future__ import with_statement
-try:
- from setuptools import setup
-except ImportError:
- from distutils.core import setup
+from distutils.core import setup
import os
import shutil
packages =['googlecl',
|