From b62b650d30a3e6e57bbdf9903a9b9fdff326df34 Mon Sep 17 00:00:00 2001 From: Karl Linden Date: Sun, 13 Dec 2015 09:02:24 +0100 Subject: [PATCH] Remove unused import. --- linux/wscript | 2 -- 1 file changed, 2 deletions(-) diff --git a/linux/wscript b/linux/wscript index 968839ba..20f03e8b 100644 --- a/linux/wscript +++ b/linux/wscript @@ -1,8 +1,6 @@ #! /usr/bin/env python # encoding: utf-8 -from waflib import Context - def configure(conf): conf.define('HAVE_PPOLL', 1 )