summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/RemoteLetterWizard
blob: e754f00408d7b9864b3a2123cb41249ac9a64f3c (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python
from letter.LetterWizardDialogImpl import LetterWizardDialogImpl
import sys

if __name__ == "__main__":

    LetterWizardDialogImpl.main(sys.argv)