diff options
author | David Robillard <d@drobilla.net> | 2010-12-16 15:33:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-12-16 15:33:50 +0000 |
commit | d576272c7fe50093392f3ae11b388a86ba43c221 (patch) | |
tree | 130bfc4f5eba46a3dd258a54d367cf4761c659a3 | |
parent | 044d61be72335c17049e537c1ef604ed3df7aa9e (diff) | |
download | autowaf-d576272c7fe50093392f3ae11b388a86ba43c221.tar.gz autowaf-d576272c7fe50093392f3ae11b388a86ba43c221.tar.bz2 autowaf-d576272c7fe50093392f3ae11b388a86ba43c221.zip |
Remove use of unused (and apparently sometimes missing) misc module.
git-svn-id: http://svn.drobilla.net/autowaf@7 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
-rw-r--r-- | autowaf.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,10 +1,9 @@ #!/usr/bin/env python # Waf utilities for easily building standard unixey packages/libraries # Licensed under the GNU GPL v2 or later, see COPYING file for details. -# Copyright (C) 2008 David Robillard +# Copyright (C) 2008-2010 David Robillard # Copyright (C) 2008 Nedko Arnaudov -import misc import os import subprocess import sys |