commit fa251a263f894f29cb645ccf2fc0f2c0a2aa8b9a parent e8fafabafbf15a8f51142d8149a36b87f46f3dd6 Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Mon, 2 Jan 2023 02:05:00 -0500 python: removed imported libraries Diffstat:
| M | .config/python/pythonstartup.py | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.config/python/pythonstartup.py b/.config/python/pythonstartup.py @@ -21,3 +21,7 @@ def write_history(): pass atexit.register(write_history) + +del os +del atexit +del readline