reorg PyBMap files. use correct import statement in module
This commit is contained in:
parent
29e9adac81
commit
9b447733fb
|
@ -1,5 +1,5 @@
|
|||
import ctypes, typing, atexit
|
||||
import bmap, virtools_types
|
||||
from . import bmap, virtools_types
|
||||
|
||||
#region Basic Class & Constant Defines
|
||||
|
6
BMapBindings/PyBMap/README.md
Normal file
6
BMapBindings/PyBMap/README.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# PyBMap
|
||||
|
||||
The real scripts are placed in sub PyBMap folder. This folder is served for testbench scripts placing.
|
||||
Place any testbench files (e.g. `testbench.py`) in there what you want and don't sumbit them.
|
||||
The native BMap library should be placed in sub PyBMap folder, and I have used gitignore file to filter them.
|
||||
The native BMap library must be named as `BMap.dll` in any platforms (e.g. Linux, macOS). Do not change name to `BMap.so` or `BMap.dylib`.
|
Loading…
Reference in New Issue
Block a user