1 |
# Copyright (c) 2003 by Intevation GmbH |
# Copyright (c) 2003, 2004 by Intevation GmbH |
2 |
# Authors: |
# Authors: |
3 |
# Jan-Oliver Wagner <[email protected]> |
# Jan-Oliver Wagner <[email protected]> |
4 |
# |
# |
17 |
__version__ = "$Revision$" |
__version__ = "$Revision$" |
18 |
|
|
19 |
from wxPython.wx import * |
from wxPython.wx import * |
20 |
|
from wxPython import wx |
21 |
from wxPython.lib.layoutf import Layoutf |
from wxPython.lib.layoutf import Layoutf |
22 |
|
|
23 |
class wxMultipleChoiceDialog(wx.wxDialog): |
class wxMultipleChoiceDialog(wx.wxDialog): |