summaryrefslogtreecommitdiff
path: root/python3-influxdb/files/bch
diff options
context:
space:
mode:
Diffstat (limited to 'python3-influxdb/files/bch')
-rwxr-xr-xpython3-influxdb/files/bch9
1 files changed, 0 insertions, 9 deletions
diff --git a/python3-influxdb/files/bch b/python3-influxdb/files/bch
deleted file mode 100755
index a473b30..0000000
--- a/python3-influxdb/files/bch
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/python3.6
-import bch
-import sys
-from pkg_resources import load_entry_point
-
-if __name__ == '__main__':
- sys.exit(
- load_entry_point('bch', 'console_scripts', 'bch')()
- )