-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add lazy loading for deferred modules (#647)
* Add lazy loading for deferred modules Signed-off-by: zethson <[email protected]> * Fix pyqt5 Signed-off-by: zethson <[email protected]> * Fix imports Signed-off-by: zethson <[email protected]> * Revert DE changes Signed-off-by: zethson <[email protected]> * Revert DE changes Signed-off-by: zethson <[email protected]> * Revert DE changes Signed-off-by: zethson <[email protected]> --------- Signed-off-by: zethson <[email protected]>
- Loading branch information
Showing
5 changed files
with
39 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = "Lukas Heumos" | ||
__email__ = "[email protected]" | ||
__version__ = "0.9.0" | ||
__version__ = "0.9.1" | ||
|
||
import warnings | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters