mirror of
https://github.com/esphome/esphome.git
synced 2025-06-18 06:15:46 +01:00
Drop Python 2 Support (#793)
* Remove Python 2 support * Remove u-strings * Remove docker symlinks * Remove from travis * Update requirements * Upgrade flake8/pylint * Fixes * Manual * Run pyupgrade * Lint * Remove base_int * Fix * Update platformio_api.py * Update component.cpp
This commit is contained in:
.travis.yml
docker
esphome
__main__.pyconfig.pyconfig_helpers.pyconfig_validation.pyconst.pycore.py
pylintrcrequirements.txtrequirements_test.txtapi
automation.pycomponents
ade7953
ads1115
api
binary_sensor
deep_sleep
display
esp32_ble_tracker
esp32_touch
font
globals
hmc5883l
http_request
image
ina219
ina226
ina3221
light
logger
mpu6050
mqtt
neopixelbus
ntc
partition
pmsx003
qmc5883l
remote_base
remote_transmitter
stepper
substitutions
sun
tcs34725
time
uart
wifi
core
core_config.pycpp_generator.pycpp_helpers.pydashboard
espota2.pyhelpers.pylegacy.pymqtt.pypins.pyplatformio_api.pypy_compat.pystorage_json.pyutil.pyvoluptuous_schema.pyvscode.pywizard.pywriter.pyyaml_util.pyzeroconf.pyscript
setup.cfgsetup.py@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
import sys
|
||||
import os.path
|
||||
|
||||
|
Reference in New Issue
Block a user