mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-24 14:35:36 +08:00
Update imports
This commit is contained in:
parent
527985906b
commit
e52ac86347
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@ __intname__ = "npbackup.compile-and-package-for-windows"
|
|||
__author__ = "Orsiris de Jong"
|
||||
__copyright__ = "Copyright (C) 2023 NetInvent"
|
||||
__license__ = "GPL-3.0-only"
|
||||
__build__ = "2023012201"
|
||||
__build__ = "2023012701"
|
||||
__version__ = "1.3.0"
|
||||
|
||||
|
||||
import sys
|
||||
import os
|
||||
from command_runner import command_runner
|
||||
from npbackup import VERSION as npbackup_version
|
||||
from npbackup import __version__ as npbackup_version
|
||||
from npbackup.NPBackupInstaller import __version__ as installer_version
|
||||
from npbackup.customization import (
|
||||
COMPANY_NAME,
|
||||
|
|
Loading…
Reference in a new issue