diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-06 20:22:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-06 20:22:36 +0000 |
| commit | e81a93533797497763d6640dfee3eee7ee7dbe12 (patch) | |
| tree | 4c0af1abf4b19ee885a70ed62a2613eaafda7f87 /wscript | |
| parent | aee271fead6938291fd16514b26eb2ed6c84cdfb (diff) | |
Missing import.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ import subprocess import os import sys import distutils.spawn +from waflib import Logs APPNAME = 'libdcp' VERSION = '1.2.8devel' |
