forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
14 lines
348 B
Python
14 lines
348 B
Python
--- ./setup.py.orig 2012-04-06 17:49:48.000000000 +0200
|
|
+++ ./setup.py 2012-04-06 17:49:57.000000000 +0200
|
|
@@ -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',
|