missing import

This commit is contained in:
David Rose 2009-12-02 02:40:20 +00:00
parent d5a49ac079
commit 61b92af51b

View File

@ -2,6 +2,7 @@
useful when writing code that integrates with JavaScript, especially useful when writing code that integrates with JavaScript, especially
code that runs in a browser via the web plugin. """ code that runs in a browser via the web plugin. """
import types
class UndefinedObject: class UndefinedObject:
""" This is a special object that is returned by the browser to """ This is a special object that is returned by the browser to