mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Fixed the references to newt_syrup.utils module.
This commit is contained in:
parent
ea2f45c086
commit
e790faebd9
@ -17,7 +17,7 @@
|
||||
# also available at http://www.gnu.org/copyleft/gpl.html.
|
||||
|
||||
import snack
|
||||
import newt_syrup.utils
|
||||
from newt_syrup import utils
|
||||
|
||||
from vmmconfigscreen import VmmTuiConfigScreen
|
||||
from poolconfig import PoolConfig
|
||||
|
@ -22,7 +22,7 @@ from createmeter import CreateMeter
|
||||
from storagelistconfigscreen import StorageListConfigScreen
|
||||
from volumeconfig import StorageVolumeConfig
|
||||
|
||||
import newt_syrup.utils
|
||||
from newt_syrup import utils
|
||||
|
||||
SELECT_POOL_PAGE = 1
|
||||
VOLUME_NAME_PAGE = 2
|
||||
|
@ -20,7 +20,7 @@ import snack
|
||||
|
||||
from storagelistconfigscreen import StorageListConfigScreen
|
||||
|
||||
import newt_syrup.utils
|
||||
from newt_syrup import utils
|
||||
|
||||
LIST_PAGE = 1
|
||||
DETAILS_PAGE = 2
|
||||
|
Loading…
Reference in New Issue
Block a user