freebsd-ports/editors/sublime/files/patch-PackageSetup.py
Johannes Jost Meixner 026a98832e editors/sublime: amend patch
- Remove an import that cannot work on Python 2.7

Differential Revision:	https://reviews.freebsd.org/D910
Approved by:	swills (mentor)
2014-10-07 14:14:22 +00:00

10 lines
203 B
Python

--- PackageSetup.py.orig 2013-07-08 01:21:09 UTC
+++ PackageSetup.py
@@ -1,6 +1,5 @@
-#!python
+#!/usr/bin/env python
-from __future__ import with_statement
import glob
import os.path
import shutil