1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

build: removed some unused imports found by pyflakes

thanks to Jelmer for pointing me at pyflakes
This commit is contained in:
Andrew Tridgell 2010-04-04 08:04:39 +10:00
parent 2bf15566c6
commit 735934bfed
3 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,5 @@
# samba ASN1 rules
from TaskGen import before
import Build, os
from samba_utils import *
from samba_autoconf import *

View File

@ -1,5 +1,5 @@
# waf build tool for building .et files with compile_et
import Build, os
import Build
from samba_utils import *
def SAMBA_ERRTABLE(bld, name, source):

View File

@ -6,9 +6,8 @@
# overall this makes some build tasks quite a bit faster
from TaskGen import feature, before, after
from TaskGen import feature, after
import preproc
import os
kak = {}
@feature('cc', 'cxx')