mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
reorder initialization
This commit is contained in:
parent
6fc4e61f9f
commit
3ae58f56df
@ -62,8 +62,8 @@ class Builder(object):
|
|||||||
A Generic class to base other operating system specific builders on
|
A Generic class to base other operating system specific builders on
|
||||||
"""
|
"""
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.setup_args()
|
|
||||||
self.read_config()
|
self.read_config()
|
||||||
|
self.setup_args()
|
||||||
self.setup_paths()
|
self.setup_paths()
|
||||||
self.setup_system_paths()
|
self.setup_system_paths()
|
||||||
self.setup_executables()
|
self.setup_executables()
|
||||||
|
Loading…
Reference in New Issue
Block a user