summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/fax/CGFaxWizard.py
blob: d1b14f06814c6d1a2870f5ca6a9b9d408e6e377c (plain)
1
2
3
4
5
6
7
8
9
10
from wizards.common.ConfigGroup import *
from wizards.fax.CGFax import CGFax

class CGFaxWizard(ConfigGroup):

    def __init__(self):
        self.cp_FaxType = int()
        self.cp_BusinessFax = CGFax()
        self.cp_PrivateFax = CGFax()