Remove an import statement in patched PackageSetupy.py that was deprecated
before python 2.7
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
It is work here:
Python 2.7.8 (default, Sep 25 2014, 23:51:23) [GCC 4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)] on freebsd11 Type "help", "copyright", "credits" or "license" for more information. >>> from __future__ import with_statement >>>
But it doesn't needed on python 2.7 because "with" works out of the box. Anyway, what problem this patch is solving?