Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extra/script_wrappers/nanopb_generator.py')
-rwxr-xr-xextra/script_wrappers/nanopb_generator.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/extra/script_wrappers/nanopb_generator.py b/extra/script_wrappers/nanopb_generator.py
deleted file mode 100755
index 493a91f..0000000
--- a/extra/script_wrappers/nanopb_generator.py
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python3
-# This script is a wrapper to invoke nanopb_generator from an installed Python module.
-import sys
-from nanopb.generator.nanopb_generator import main_cli, main_plugin
-if __name__ == '__main__':
- sys.exit(main_cli())