1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-28 23:52:55 +08:00
pyotherside/tests/test_nested_import
Thomas Perl 28d5e9289c QML API 1.2: Fix importModule() behavior. Fixes #3
This changes the behavior of an existing function, so we need to
bump the QML import version to still support code that depends on
the old (broken) behavior of the importModule() function.
2014-02-08 15:29:02 +01:00
..

Test for importModule() with dots in the module name.

Tests the (broken) behavior of QML API import 1.0, and the fixed 1.2 behavior.

See: https://github.com/thp/pyotherside/issues/3