summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/event/RadioDataAware.py
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/event/RadioDataAware.py')
-rw-r--r--wizards/com/sun/star/wizards/ui/event/RadioDataAware.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/ui/event/RadioDataAware.py b/wizards/com/sun/star/wizards/ui/event/RadioDataAware.py
index fa30c4d8beb9..9a263c17b983 100644
--- a/wizards/com/sun/star/wizards/ui/event/RadioDataAware.py
+++ b/wizards/com/sun/star/wizards/ui/event/RadioDataAware.py
@@ -16,9 +16,8 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import time
-from .DataAware import *
-from .DataAware import *
-from .UnoDataAware import *
+from .CommonListener import ItemListenerProcAdapter
+from .DataAware import DataAware
class RadioDataAware(DataAware):