Continuation of utils => ConfigurationGetter split
This commit is contained in:
parent
5652f41724
commit
0f0a20fa4a
@ -525,7 +525,7 @@ class SyncplayClientManager(object):
|
|||||||
self.users.append(SyncplayClientManager.SyncplayUser(username, filename, None))
|
self.users.append(SyncplayClientManager.SyncplayUser(username, filename, None))
|
||||||
|
|
||||||
from syncplay import ui
|
from syncplay import ui
|
||||||
from syncplay import utils
|
from syncplay.ConfigurationGetter import ConfigurationGetter
|
||||||
|
|
||||||
class SyncplayClient(object):
|
class SyncplayClient(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
@ -535,7 +535,7 @@ class SyncplayClient(object):
|
|||||||
self.argsGetter.saveValuesIntoConfigFile()
|
self.argsGetter.saveValuesIntoConfigFile()
|
||||||
|
|
||||||
def _prepareArguments(self):
|
def _prepareArguments(self):
|
||||||
self.argsGetter = utils.ConfigurationGetter()
|
self.argsGetter = ConfigurationGetter()
|
||||||
self.args = self.argsGetter.getConfiguration()
|
self.args = self.argsGetter.getConfiguration()
|
||||||
|
|
||||||
def _promptForMissingArguments(self):
|
def _promptForMissingArguments(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user