# HG changeset patch # User Paul Boddie # Date 1256492153 -3600 # Node ID 28161d2a2e1935b729a0da6e2dff140b4b19f930 # Parent f8de3c09afd2d3af102a82b6d6b1deabb73e87d3 Added missing name used by importers of this module. diff -r f8de3c09afd2 -r 28161d2a2e19 micropython/__init__.py --- a/micropython/__init__.py Sun Oct 25 18:11:15 2009 +0100 +++ b/micropython/__init__.py Sun Oct 25 18:35:53 2009 +0100 @@ -39,7 +39,7 @@ which the functionality of the micropython package may be accessed. """ -from micropython.common import TableGenerationError +from micropython.common import ProcessingError, TableGenerationError import micropython.ast import micropython.data import micropython.opt