mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
Start from empty str for entry point annotation.
This commit is contained in:
parent
46787222c9
commit
d3845144bb
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ PythonQtViewModule::loadSelf()
|
|||
}
|
||||
|
||||
QString calamares_module_annotation =
|
||||
"_calamares_module_typename = 'foo'\n"
|
||||
"_calamares_module_typename = ''\n"
|
||||
"def calamares_module(viewmodule_type):\n"
|
||||
" global _calamares_module_typename\n"
|
||||
" _calamares_module_typename = viewmodule_type.__name__\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue