Skip to content

Commit

Permalink
Update pycatfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Mar 14, 2024
1 parent e7e589e commit b011600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycatfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
import io, os, re, sys, time, stat, zlib, base64, shutil, hashlib, datetime, logging, binascii, tempfile, zipfile, ftplib;
import io, os, re, sys, time, stat, zlib, base64, shutil, socket, hashlib, datetime, logging, binascii, tempfile, zipfile, ftplib;
from ftplib import FTP, FTP_TLS;
if(sys.version[0]=="2"):
from urlparse import urlparse, urlunparse, urlsplit, urlunsplit, urljoin;
Expand Down

0 comments on commit b011600

Please sign in to comment.