From 1715d63cd8f131ab5bbf5a58ec25c2915430e02e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Lind=C3=A9n?= Date: Sat, 2 May 2015 12:42:32 +0200 Subject: [PATCH] drop unused Build imports --- common/wscript | 1 - man/wscript | 1 - 2 files changed, 2 deletions(-) diff --git a/common/wscript b/common/wscript index b5359ade..fcf1d495 100644 --- a/common/wscript +++ b/common/wscript @@ -1,7 +1,6 @@ #! /usr/bin/env python # encoding: utf-8 -import Build import re import os diff --git a/man/wscript b/man/wscript index b71455b0..1b9992b5 100644 --- a/man/wscript +++ b/man/wscript @@ -1,7 +1,6 @@ #! /usr/bin/env python # encoding: utf-8 -import Build import re import os