Missing import.
authorCarl Hetherington <cth@carlh.net>
Fri, 6 Nov 2015 20:22:36 +0000 (20:22 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 6 Nov 2015 20:22:36 +0000 (20:22 +0000)
wscript

diff --git a/wscript b/wscript
index 8a6dd47b61e41c7459f11e0a503c685585e979d6..b87022f6cd8fc8093be18f2a4306315309f34c6d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,6 +2,7 @@ import subprocess
 import os
 import sys
 import distutils.spawn
+from waflib import Logs
 
 APPNAME = 'libdcp'
 VERSION = '1.2.8devel'