explicitly import Logs and Options from waflib

This commit is contained in:
Karl Lindén 2015-05-02 12:36:31 +02:00
parent eccfdb908d
commit cf818931e4
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
# encoding: utf-8
import os.path
import Options
import re # subst_func
import Logs
from waflib import Logs, Options
def options(opt):
opt.add_option('--enable-pkg-config-dbus-service-dir', action='store_true', default=False, help='force D-Bus service install dir to be one returned by pkg-config')