diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-08-24 21:25:33 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-09-08 19:58:24 +0200 |
commit | c2871f4aece61b939e0e6c8d7a94677fb055620a (patch) | |
tree | ee07f959cbfeb6cacbddf45ae0b1873a743838bb /branding/scripts/vendorize.py | |
parent | fb89df3ee609e9f3e63e0679b3635516603092b5 (diff) |
[feat] generate providers.json
Diffstat (limited to 'branding/scripts/vendorize.py')
-rwxr-xr-x | branding/scripts/vendorize.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/branding/scripts/vendorize.py b/branding/scripts/vendorize.py index ba248b0..28c5d2a 100755 --- a/branding/scripts/vendorize.py +++ b/branding/scripts/vendorize.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# TODO: to be deprecated! use gen-providers-json.py instead + import os import sys |