aboutsummaryrefslogtreecommitdiff
path: root/autopeer_shell.py
diff options
context:
space:
mode:
authorGravatar steering72532026-04-08 19:16:09 +0000
committerGravatar steering72532026-04-08 19:16:09 +0000
commitefcb60de470591f39cb8e4e6bc96ef50f4c7bd89 (patch)
tree734cdb3697c18a0b968e0b46a37652bd3be2e529 /autopeer_shell.py
parentminor updates (diff)
remove one todo that idc
Diffstat (limited to 'autopeer_shell.py')
-rwxr-xr-xautopeer_shell.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/autopeer_shell.py b/autopeer_shell.py
index 3b51c36..f7b2cdd 100755
--- a/autopeer_shell.py
+++ b/autopeer_shell.py
@@ -1,7 +1,5 @@
#!/usr/bin/python3
-#TODO: capture ^C during commands
-
import cmd, functools, getpass, os, re, subprocess, sys, time, traceback
try:
import readline