move files again
This commit is contained in:
parent
b0bf43e6a2
commit
a6d8ba9305
12
.gitignore
vendored
12
.gitignore
vendored
@ -6,19 +6,19 @@
|
|||||||
config.def.h
|
config.def.h
|
||||||
__pycache__
|
__pycache__
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/py_include/test/test_inverter_monitor.log
|
/include/test/test_inverter_monitor.log
|
||||||
/youtrack-certificate
|
/youtrack-certificate
|
||||||
/cpp
|
/cpp
|
||||||
/py_include/test.py
|
/include/test.py
|
||||||
/bin/test.py
|
/bin/test.py
|
||||||
/esp32-cam/CameraWebServer/wifi_password.h
|
/arduino/esp32-cam/CameraWebServer/wifi_password.h
|
||||||
cmake-build-*
|
cmake-build-*
|
||||||
.pio
|
.pio
|
||||||
platformio.ini
|
platformio.ini
|
||||||
CMakeListsPrivate.txt
|
CMakeListsPrivate.txt
|
||||||
/platformio/*/CMakeLists.txt
|
/pio/*/CMakeLists.txt
|
||||||
/platformio/*/CMakeListsPrivate.txt
|
/pio/*/CMakeListsPrivate.txt
|
||||||
/platformio/*/.gitignore
|
/pio/*/.gitignore
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
/localwebsite/vendor
|
/localwebsite/vendor
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import sys
|
import sys
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
for _name in ('py_include',):
|
for _name in ('include/py',):
|
||||||
sys.path.extend([
|
sys.path.extend([
|
||||||
os.path.realpath(
|
os.path.realpath(
|
||||||
os.path.join(os.path.dirname(os.path.join(__file__)), '..', _name)
|
os.path.join(os.path.dirname(os.path.join(__file__)), '..', _name)
|
||||||
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user