Fixed the references to newt_syrup.utils module.

This commit is contained in:
Darryl L. Pierce 2011-07-13 14:52:52 -04:00
parent ea2f45c086
commit e790faebd9
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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