diff --git a/cocoa/me/dg_cocoa.py b/cocoa/me/dg_cocoa.py index 079b7493..c8c6324e 100644 --- a/cocoa/me/dg_cocoa.py +++ b/cocoa/me/dg_cocoa.py @@ -7,7 +7,7 @@ from hscommon.trans import install_gettext_trans_under_cocoa install_gettext_trans_under_cocoa() -from hscommon.cocoa import signature +from hscommon.cocoa.inter import signature from core.scanner import ScanType diff --git a/cocoa/se/dg_cocoa.py b/cocoa/se/dg_cocoa.py index 0150a7a2..01a6efac 100644 --- a/cocoa/se/dg_cocoa.py +++ b/cocoa/se/dg_cocoa.py @@ -7,7 +7,7 @@ from hscommon.trans import install_gettext_trans_under_cocoa install_gettext_trans_under_cocoa() -from hscommon.cocoa import signature +from hscommon.cocoa.inter import signature from core.scanner import ScanType