Skip to content

Commit

Permalink
import EventObject
Browse files Browse the repository at this point in the history
git-svn-id: https://pyjamas.svn.sourceforge.net/svnroot/pyjamas/trunk@533 7a2bd370-bda8-463c-979e-2900ccfb811e
  • Loading branch information
lkcl committed Apr 11, 2009
1 parent 5d618ba commit 906f870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/pyjamas/ui/FormPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from pyjamas.ui.SimplePanel import SimplePanel
from pyjamas.ui import Event
from pyjamas.uiObject import EventObject
from pyjamas.ui.EventObject import EventObject

class FormSubmitEvent(EventObject):
def __init__(self, source):
Expand Down

0 comments on commit 906f870

Please sign in to comment.