mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
- Make happy portlint - Take maintainership PR: ports/166692 Submitted by: myself Approved by: jadawin@, miwi@ (mentors, implicit) Feature safe: yes
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',
|