From c1c603f80413b6e45a3956011d9b0be2562eaad3 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 31 Mar 2014 20:21:21 +0300 Subject: Some xcodeproj fixes. --- xcodebackend.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xcodebackend.py') diff --git a/xcodebackend.py b/xcodebackend.py index 836a01f..a360a22 100644 --- a/xcodebackend.py +++ b/xcodebackend.py @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -import backends +import backends, build +import uuid, os, sys class XCodeBackend(backends.Backend): def __init__(self, build, interp): -- cgit v1.1