Mercurial > fife-parpg
comparison tools/editor/scripts/gui/selection.py @ 400:ef0c7a0cacab
Fixed wrong import lines for pychan in two editor files.
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Thu, 28 Jan 2010 21:50:12 +0000 |
parents | 64738befdf3b |
children |
comparison
equal
deleted
inserted
replaced
399:d98e398d3057 | 400:ef0c7a0cacab |
---|---|
19 # License along with this library; if not, write to the | 19 # License along with this library; if not, write to the |
20 # Free Software Foundation, Inc., | 20 # Free Software Foundation, Inc., |
21 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 21 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
22 # #################################################################### | 22 # #################################################################### |
23 | 23 |
24 import fife.extensions.pychan | 24 from fife.extensions import pychan |
25 import fife.extensions.pychan.widgets as widgets | 25 import fife.extensions.pychan.widgets as widgets |
26 | 26 |
27 class SelectionDialog(object): | 27 class SelectionDialog(object): |
28 """ | 28 """ |
29 Selection displays a list of options for the user to select from. The result is passed to onSelection. | 29 Selection displays a list of options for the user to select from. The result is passed to onSelection. |