diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-02-04 14:24:08 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-02-04 14:24:08 +0100 |
commit | ee1de2a3d1376e1aa19cc4deaaece86b32ab14aa (patch) | |
tree | 776190b57b72e62a0eb0ba751aa08ff50e9f21e7 /bigclown-gateway/files/bcg | |
parent | 647f5119e89ef2d67f270a954e38633badab1621 (diff) | |
download | openwrt-personal-pkgs-ee1de2a3d1376e1aa19cc4deaaece86b32ab14aa.tar.gz openwrt-personal-pkgs-ee1de2a3d1376e1aa19cc4deaaece86b32ab14aa.tar.bz2 openwrt-personal-pkgs-ee1de2a3d1376e1aa19cc4deaaece86b32ab14aa.zip |
Drop bigclown because I am pushing it upstream
Diffstat (limited to 'bigclown-gateway/files/bcg')
-rwxr-xr-x | bigclown-gateway/files/bcg | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bigclown-gateway/files/bcg b/bigclown-gateway/files/bcg deleted file mode 100755 index fe261f4..0000000 --- a/bigclown-gateway/files/bcg +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/python3.6 -import bcg -import sys -from pkg_resources import load_entry_point - -if __name__ == '__main__': - sys.exit( - load_entry_point('bcg', 'console_scripts', 'bcg')() - ) |