Commit cdf09163 by rfkelly0

whoops, add missing import

parent 17b72215
......@@ -8,6 +8,8 @@ FTPFS is a filesystem for accessing an FTP server (uses ftplib in standard libra
__all__ = ['FTPFS']
import sys
import fs
from fs.base import *
from fs.errors import *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment