]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib/mscat: fix logging in wscript
authorAlexander Bokovoy <ab@samba.org>
Mon, 3 Sep 2018 09:51:59 +0000 (12:51 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Sep 2018 04:37:27 +0000 (06:37 +0200)
lib/mscat/wscript

index 4d076c936670b431f18e5b187e93cf1bb46b967d..7ca9ef567ee214cfdf46b2e744778e98fad09d49 100644 (file)
@@ -1,8 +1,8 @@
 #!/usr/bin/env python
 
 import os
-import Logs
 import sys
+from waflib import Logs
 
 def configure(conf):
     pkg_name = 'libtasn1'