diff options
author | Karroffel <therzog@mail.de> | 2017-05-11 21:15:35 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-05-11 21:23:19 +0200 |
commit | 15bce7f75f0dfab9863db5d4c7a51f5fc96fdb89 (patch) | |
tree | a704802d04eecb2c8dd568f440f79a0a2642a3d2 /modules/multiscript/config.py | |
parent | 6d0568d8179f7dcca54b1c87ab199820a468ef2c (diff) |
removed multiscript
removes MultiScript which was re-added in #8502 (aka 4c14700).
This feature didn't turn out to be as useful as most expected. It causes more troubles than it does good.
Diffstat (limited to 'modules/multiscript/config.py')
-rw-r--r-- | modules/multiscript/config.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/multiscript/config.py b/modules/multiscript/config.py deleted file mode 100644 index 5698a37295..0000000000 --- a/modules/multiscript/config.py +++ /dev/null @@ -1,8 +0,0 @@ - - -def can_build(platform): - return True - - -def configure(env): - pass |