diff options
author | Xisco Fauli <anistenis@gmail.com> | 2012-10-08 22:38:43 +0200 |
---|---|---|
committer | Xisco Fauli <anistenis@gmail.com> | 2012-10-08 22:38:43 +0200 |
commit | aebe36aa52e51fd5ce22e445e6ca82c544149c1b (patch) | |
tree | 61356dcdb9b0a8ecacb7be0aa8028b29c0606b97 /wizards/com | |
parent | 4d9ab30c7dbe944d5bf268d64b493ced957bb9f3 (diff) |
pyfax: Unused import
Change-Id: I46b01dcf734bbbb580aa8baca1125e0bc48867f9
Diffstat (limited to 'wizards/com')
-rw-r--r-- | wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py index 0547ea1b5f7a..3185736a888d 100644 --- a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py +++ b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py @@ -16,8 +16,7 @@ # the License at http://www.apache.org/licenses/LICENSE-2.0 . # import traceback -from .FaxWizardDialog import FaxWizardDialog, Helper, PropertyNames, uno, \ - WizardDialog +from .FaxWizardDialog import FaxWizardDialog, Helper, PropertyNames, uno from .CGFaxWizard import CGFaxWizard from .FaxDocument import FaxDocument from .FaxWizardDialogConst import HID |