X Tutup
Skip to content

Commit cd1bf05

Browse files
committed
Added sys import into ftplib
1 parent c6b6936 commit cd1bf05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_ftplib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import ssl
1616
except ImportError:
1717
ssl = None
18+
import sys
1819

1920
from unittest import TestCase, skipUnless
2021
from test import support

0 commit comments

Comments
 (0)
X Tutup