diff options
author | Adrian Knoth <adi@drcomp.erfurt.thur.de> | 2012-02-09 19:02:46 +0100 |
---|---|---|
committer | Adrian Knoth <adi@drcomp.erfurt.thur.de> | 2012-02-12 14:15:22 +0100 |
commit | 29ff48d5e3d3d05aa5f7cbdccadbd3cd1c0be1fc (patch) | |
tree | 8c4c71d31f3fbd767d0362e23813dd9797ab9b3c /man | |
parent | e689393daaf25a993968a3007a7a5ee5d5f2e571 (diff) | |
download | jack2-29ff48d5e3d3d05aa5f7cbdccadbd3cd1c0be1fc.tar.gz |
wscript: Drop module misc
misc is no longer available, but luckily, we don't need it.
Diffstat (limited to 'man')
-rw-r--r-- | man/wscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man/wscript b/man/wscript index 31bd60f3..e7098ac7 100644 --- a/man/wscript +++ b/man/wscript @@ -4,7 +4,6 @@ import Build import re import os -import misc def build(bld): |