We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85d5fe commit b0943baCopy full SHA for b0943ba
1 file changed
pyneofile/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