summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/ImageList.py
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/ImageList.py')
-rw-r--r--wizards/com/sun/star/wizards/ui/ImageList.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/ui/ImageList.py b/wizards/com/sun/star/wizards/ui/ImageList.py
index a8b40dcaf79b..565f63eead6a 100644
--- a/wizards/com/sun/star/wizards/ui/ImageList.py
+++ b/wizards/com/sun/star/wizards/ui/ImageList.py
@@ -1,9 +1,10 @@
from threading import RLock
+from wizards.ui.PeerConfig import PeerConfig
+from wizards.common.PropertyNames import *
+from wizards.common.HelpIds import HelpIds
+from wizards.common.Helper import Helper
+
from com.sun.star.awt import Size
-from common.PropertyNames import *
-from PeerConfig import PeerConfig
-from common.HelpIds import HelpIds
-from common.Helper import Helper
def synchronized(lock):
''' Synchronization decorator. '''