Skip to content

Commit

Permalink
buildtools/wafsamba: reduce imports
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Bokovoy <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
abbra authored and abartlet committed Sep 5, 2018
1 parent 7eab91a commit 69c655f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildtools/wafsamba/samba3.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

import os
from waflib import Options, Build
from samba_utils import os_path_relpath, TO_LIST, samba_add_onoff_option
from samba_utils import os_path_relpath, TO_LIST
from samba_autoconf import library_flags

Options.OptionsContext.SAMBA3_ADD_OPTION = samba_add_onoff_option
Options.OptionsContext.SAMBA3_ADD_OPTION = Options.OptionsContext.samba_add_onoff_option

def SAMBA3_IS_STATIC_MODULE(bld, module):
'''Check whether module is in static list'''
Expand Down

0 comments on commit 69c655f

Please sign in to comment.