diff options
author | David Robillard <d@drobilla.net> | 2018-09-15 11:47:05 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-15 11:47:05 +0200 |
commit | 4de165e8429238eca29e8a8bdfc8e3e55973b0db (patch) | |
tree | 655bbf9684047806210d950f95eb4977a2331cca | |
parent | 4426a3318b6f5bbf4376b332d94a18074f2d7a94 (diff) | |
download | pugl-4de165e8429238eca29e8a8bdfc8e3e55973b0db.tar.gz pugl-4de165e8429238eca29e8a8bdfc8e3e55973b0db.tar.bz2 pugl-4de165e8429238eca29e8a8bdfc8e3e55973b0db.zip |
Remove unused submodule
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/usr/bin/env python -import subprocess + import sys import waflib.Options as Options import waflib.extras.autowaf as autowaf |