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:
parent
2bf15566c6
commit
735934bfed
@ -1,6 +1,5 @@
|
||||
# samba ASN1 rules
|
||||
|
||||
from TaskGen import before
|
||||
import Build, os
|
||||
from samba_utils import *
|
||||
from samba_autoconf import *
|
||||
|
@ -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):
|
||||
|
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user