1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-02-05 08:08:23 +08:00
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

6 lines
184 B
Plaintext

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