Skip to content

Commit a793046

Browse files
author
Marti Bolivar
committed
stm32loader.py: Don't use Psyco.
This script is I/O bound. Signed-off-by: Marti Bolivar <[email protected]>
1 parent a158aa6 commit a793046

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

support/stm32loader.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -371,14 +371,6 @@ def read(filename):
371371

372372
if __name__ == "__main__":
373373

374-
# Import Psyco if available
375-
try:
376-
import psyco
377-
psyco.full()
378-
print("Using Psyco...")
379-
except ImportError:
380-
pass
381-
382374
conf = {
383375
'port': 'auto',
384376
'baud': 115200,

0 commit comments

Comments
 (0)