diff options
Diffstat (limited to 'wizards/com/sun/star/wizards/letter/CGPaperElementLocation.py')
-rw-r--r-- | wizards/com/sun/star/wizards/letter/CGPaperElementLocation.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/letter/CGPaperElementLocation.py b/wizards/com/sun/star/wizards/letter/CGPaperElementLocation.py index 3b30f0db2673..c57dde909919 100644 --- a/wizards/com/sun/star/wizards/letter/CGPaperElementLocation.py +++ b/wizards/com/sun/star/wizards/letter/CGPaperElementLocation.py @@ -15,8 +15,7 @@ # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # -from wizards.common.ConfigGroup import * -from wizards.common.ConfigGroup import * +from ..common.ConfigGroup import ConfigGroup class CGPaperElementLocation(ConfigGroup): |