Ñò
V}òOc           @   sO   d  Z  d d k l Z y d d k l Z Wn e j
 o Z d „  Z n Xd S(   sŸ    @package antlr3.dottreegenerator
@brief ANTLR3 runtime package, tree module

This module contains all support classes for AST construction and tree parsers.

iÿÿÿÿ(   t
   TreeWizard(   t   toDOTc          O   s
   t  ‚ d  S(   N(   t   exc(   t   argst   kwargs(    (    st   /afs/athena.mit.edu/user/x/a/xavid/lib/python2.7/site-packages/antlr_python_runtime-3.1.3-py2.6.egg/antlr3/extras.pyR   .   s    N(   t   __doc__t
   treewizardR    t   antlr3.dottreegenR   t   ImportErrorR   (    (    (    st   /afs/athena.mit.edu/user/x/a/xavid/lib/python2.7/site-packages/antlr_python_runtime-3.1.3-py2.6.egg/antlr3/extras.pyt   <module>   s
   #