forked from Lainports/freebsd-ports
- Remove an import that cannot work on Python 2.7 Differential Revision: https://reviews.freebsd.org/D910 Approved by: swills (mentor)
10 lines
203 B
Python
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
|