There was an error while loading. Please reload this page.
1 parent c6b6936 commit cd1bf05Copy full SHA for cd1bf05
1 file changed
Lib/test/test_ftplib.py
@@ -15,6 +15,7 @@
15
import ssl
16
except ImportError:
17
ssl = None
18
+import sys
19
20
from unittest import TestCase, skipUnless
21
from test import support
0 commit comments