diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-10 21:48:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-10 21:48:47 +0100 |
| commit | 5a3faa7fe5c6cb94572645b7b81ae0393aede0eb (patch) | |
| tree | 68c03182fc7cac865e9b5eb5b05637b2baffaca7 /wscript | |
| parent | 965301324c77d2c168cbda55ff6b70a08fe4e4a6 (diff) | |
Missing import.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ import subprocess import os +import shlex from waflib import Context APPNAME = 'libsub' |
