comparison frontends/primitivus/xmlui.py @ 162:ae50b53ff868

misc Tarot fixes - wix, primitivus, quick_frontend: autoplay fonction is activated by changing self._autoplay from None to 0 in quick card game - primitivus: added forgotten import of log methods - primitivus: fix bad selected color for notification messages - primitivus: score are now shown
author Goffi <goffi@goffi.org>
date Fri, 06 Aug 2010 12:18:50 +0800
parents 13888bdb72b6
children b318d2b58887
comparison
equal deleted inserted replaced
161:c37826d80f2a 162:ae50b53ff868
18 You should have received a copy of the GNU General Public License 18 You should have received a copy of the GNU General Public License
19 along with this program. If not, see <http://www.gnu.org/licenses/>. 19 along with this program. If not, see <http://www.gnu.org/licenses/>.
20 """ 20 """
21 21
22 import urwid 22 import urwid
23 from logging import debug, info, warning, error
23 import custom_widgets 24 import custom_widgets
24 from xml.dom import minidom 25 from xml.dom import minidom
25 26
26 class Pairs(urwid.WidgetWrap): 27 class Pairs(urwid.WidgetWrap):
27 28