diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-05-11 22:41:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-11 22:41:52 +0200 |
commit | a48b8bfab80b95eb14a869559a25f37e1e3a7adc (patch) | |
tree | a704802d04eecb2c8dd568f440f79a0a2642a3d2 /modules/multiscript/config.py | |
parent | 6d0568d8179f7dcca54b1c87ab199820a468ef2c (diff) | |
parent | 15bce7f75f0dfab9863db5d4c7a51f5fc96fdb89 (diff) |
Merge pull request #8718 from karroffel/remove-multiscript
removed multiscript
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 |