Skip to content

Commit bda39c8

Browse files
committed
moved presentation.py to models, added exception and logging
1 parent 88c8879 commit bda39c8

File tree

3 files changed

+1424
-98
lines changed

3 files changed

+1424
-98
lines changed

libs/aries-basic-controller/aries_basic_controller/aries_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .controllers.oob import OOBController
1919
from .controllers.action_menu import ActionMenuController
2020
from .controllers.revocation import RevocationController
21-
from .helpers.presentation_parser import Presentation
21+
from .models.presentation import Presentation
2222

2323
import logging
2424

libs/aries-basic-controller/aries_basic_controller/helpers/presentation_parser.py

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)