From ceaf2ee4baa969a1cd65d8c85db04b6f73410f02 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 28 Dec 2011 15:04:42 -0500 Subject: [PATCH] Fixed bogus imports. --HG-- branch : objp --- cocoa/me/dg_cocoa.py | 2 +- cocoa/se/dg_cocoa.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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