diff options
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')() - ) |