ports/net/googlecl/files/patch-setup.py
Sofian Brabez cef7312f01 - Update to 0.9.13
- Make happy portlint
- Take maintainership

PR:		ports/166692
Submitted by:	myself
Approved by:	jadawin@, miwi@ (mentors, implicit)
Feature safe:	yes
2012-04-06 14:47:50 +00:00

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',