예제 #1
0
    def __init__(self, accountPrefs, blog):
        self.accountPrefs = accountPrefs
        self.blog = blog

        ZUserPreferencesBase.__init__(self)
예제 #2
0
    def __init__(self, accountPrefs, blog):
        self.accountPrefs = accountPrefs
        self.blog = blog

        ZUserPreferencesBase.__init__(self)
예제 #3
0
    def __init__(self, account):
        self.account = account
        self.userPreferences = getApplicationModel().getUserProfile().getPreferences()

        ZUserPreferencesBase.__init__(self)
예제 #4
0
    def __init__(self, account):
        self.account = account
        self.userPreferences = getApplicationModel().getUserProfile(
        ).getPreferences()

        ZUserPreferencesBase.__init__(self)