bug fix
This commit is contained in:
parent
b1f3a121c1
commit
a0126fbc6c
|
|
@ -4,5 +4,5 @@ lib_afc_s3storage
|
|||
A Python library for managing S3 object storage
|
||||
"""
|
||||
|
||||
from lib_afc_s3storage.s3storage import S3Storage
|
||||
from lib_afc_s3storage.afs3exception import AFS3Error
|
||||
from lib_afr_s3storage.s3storage import S3Storage
|
||||
from lib_afr_s3storage.afs3exception import AFS3Error
|
||||
|
|
|
|||
Loading…
Reference in New Issue