X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_lib%2Fnet%2Fftp%2Fftpscan.py;h=51c92f36c9f799f9f3dc319a540861d5dcddb194;hb=3f0f88bf83f84474c61efacfbf14cdbeb22f30e3;hp=c3a4b5e23a19fcdc0138187fe381d91c87486acb;hpb=e75d2c94f9bd326ebaace635a06599a1be35b024;p=m_lib.git diff --git a/m_lib/net/ftp/ftpscan.py b/m_lib/net/ftp/ftpscan.py index c3a4b5e..51c92f3 100755 --- a/m_lib/net/ftp/ftpscan.py +++ b/m_lib/net/ftp/ftpscan.py @@ -4,7 +4,7 @@ from __future__ import print_function import ftplib -from m_lib.net.ftp.ftpparse import ftpparse +from .ftpparse import ftpparse class FtpScanError(Exception): pass