1
1
mirror of https://github.com/r4sas/PBinCLI synced 2025-01-09 06:18:00 +00:00

transports -> api

This commit is contained in:
l-n-s 2018-05-23 03:41:17 -04:00
parent d91fbb4da9
commit c72a7c15f4
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from sjcl import SJCL
from base64 import b64encode, b64decode
from mimetypes import guess_type
from pbincli.transports import PrivateBin
from pbincli.api import PrivateBin
from pbincli.utils import PBinCLIException, check_readable, check_writable, json_load_byteified