summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-16 15:33:50 +0000
committerDavid Robillard <d@drobilla.net>2010-12-16 15:33:50 +0000
commitd576272c7fe50093392f3ae11b388a86ba43c221 (patch)
tree130bfc4f5eba46a3dd258a54d367cf4761c659a3
parent044d61be72335c17049e537c1ef604ed3df7aa9e (diff)
downloadautowaf-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.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/autowaf.py b/autowaf.py
index 17ee8da..dcf728a 100644
--- a/autowaf.py
+++ b/autowaf.py
@@ -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