diff options
| author | Xusheng <xusheng@vector35.com> | 2021-07-01 12:34:30 +0800 |
|---|---|---|
| committer | Xusheng Li <xushengli@protonmail.com> | 2021-07-05 10:11:47 +0800 |
| commit | 13ff200ba134b8704f37eca99c42b70dab0d17dc (patch) | |
| tree | 876b3db3c53f704b31152aeaede1f2edc9d27b24 /python/examples/kaitai/__init__.py | |
| parent | 4039a800349dcd587833d3e27d9137e4649818f4 (diff) | |
Remove snippet and kaitai plugin. Note their individual links.
Diffstat (limited to 'python/examples/kaitai/__init__.py')
| -rw-r--r-- | python/examples/kaitai/__init__.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/python/examples/kaitai/__init__.py b/python/examples/kaitai/__init__.py deleted file mode 100644 index 7ac825d2..00000000 --- a/python/examples/kaitai/__init__.py +++ /dev/null @@ -1,14 +0,0 @@ -import sys - -# invoked from python2 command line? (eg: python -m kaitai ...) -if sys.version_info[0] == 2 and sys.argv[0:] and sys.argv[0]=='-c': - pass -# invoked from python3 command line? (eg: python -m kaitai ...) -elif sys.version_info[0] == 3 and sys.argv[0:] and sys.argv[0]=='-m': - pass -# invoked from binja -else: - if sys.version_info[0] == 2: - import view - else: - from . import view |
