Skip to content

Commit b74b6f2

Browse files
committed
rename panda to python because of git ambiguity
1 parent 3cab372 commit b74b6f2

7 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Directory structure
5353
- board -- Code that runs on the STM32
5454
- boardesp -- Code that runs on the ESP8266
5555
- drivers -- Drivers (not needed for use with python)
56-
- panda    -- Python userspace library for interfacing with the panda
56+
- python   -- Python userspace library for interfacing with the panda
5757
- tests -- Tests and helper programs for panda
5858

5959
Programming (over USB)

__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .panda import Panda, PandaWifiStreaming, PandaDFU, ESPROM, CesantaFlasher, flash_release, BASEDIR, ensure_st_up_to_date, build_st
1+
from .python import Panda, PandaWifiStreaming, PandaDFU, ESPROM, CesantaFlasher, flash_release, BASEDIR, ensure_st_up_to_date, build_st
File renamed without changes.

panda/dfu.py python/dfu.py

File renamed without changes.

panda/esptool.py python/esptool.py

File renamed without changes.
File renamed without changes.

panda/update.py python/update.py

File renamed without changes.

0 commit comments

Comments
 (0)