We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd44980 commit 8253c3aCopy full SHA for 8253c3a
1 file changed
pyfoxfile/pyfile.py
@@ -16,7 +16,7 @@
16
import hashlib
17
import inspect
18
import tempfile
19
-from pywwwget import upload_file_to_internet_file, download_file_from_internet_file
+from .pywwwget import upload_file_to_internet_file, download_file_from_internet_file
20
from io import open
21
22
# RAR file support
0 commit comments