diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-08 12:53:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-08 12:53:46 +0200 |
| commit | 39e7bc6108f863cba4fa51de1abe07a83b2ffeb4 (patch) | |
| tree | 8b65ad42f4d775a4a84c6df9601606b170166501 | |
| parent | b76eedef5e382d4a08573ff9d4f835ada2507722 (diff) | |
Tidy up a little.
| -rw-r--r-- | wscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,6 +22,7 @@ import shlex from waflib import Context APPNAME = 'libsub' +libdcp_version = '1.8.2' this_version = subprocess.Popen(shlex.split('git tag -l --points-at HEAD'), stdout=subprocess.PIPE).communicate()[0] last_version = subprocess.Popen(shlex.split('git describe --tags --abbrev=0'), stdout=subprocess.PIPE).communicate()[0] @@ -33,8 +34,6 @@ else: API_VERSION = '-1.0' -libdcp_version = '1.8.2' - try: from subprocess import STDOUT, check_output, CalledProcessError except ImportError: |
