"""Various cursor shapes (second argument to Browser.message())."""

# This module is used with "from Cursors import *".
# All exported identifiers should start with "CURSOR_".

CURSOR_NORMAL = ''
CURSOR_LINK = 'hand2'
CURSOR_WAIT = 'watch'
