There was an error while loading. Please reload this page.
1 parent 98782ef commit c961277Copy full SHA for c961277
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