Load the modules from .la if the normal import fails
This commit is contained in:
@@ -14,4 +14,8 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
from extensions._extensions import *
|
||||
try:
|
||||
from extensions._extensions import *
|
||||
except ImportError:
|
||||
from sugar import ltihooks
|
||||
from extensions._extensions import *
|
||||
|
||||
Reference in New Issue
Block a user