Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added sys import into ftplib
  • Loading branch information
terryluan12 committed Jan 3, 2026
commit 28910bc67277ed1d8171fb9492d17ba5fd3ea98f
1 change: 1 addition & 0 deletions Lib/test/test_ftplib.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import ssl
except ImportError:
ssl = None
import sys

from unittest import TestCase, skipUnless
from test import support
Expand Down
Loading