thirdparty/google_appengine/google/appengine/dist/__init__.py
changeset 2413 d0b7dac5325c
parent 1278 a7766286a7be
equal deleted inserted replaced
2412:c61d96e72e6f 2413:d0b7dac5325c
    15 # limitations under the License.
    15 # limitations under the License.
    16 #
    16 #
    17 
    17 
    18 """Specify the modules for which a stub exists."""
    18 """Specify the modules for which a stub exists."""
    19 
    19 
       
    20 __all__ = [
    20 
    21 
    21 __all__ = ['ftplib', 'httplib', 'py_imp', 'neo_cgi', 'select', 'socket',
    22     'ftplib',
    22            'subprocess', 'tempfile']
    23     'httplib',
       
    24     'neo_cgi',
       
    25     'py_imp',
       
    26     'select',
       
    27     'socket',
       
    28     'subprocess',
       
    29     'tempfile',
       
    30 
       
    31     'use_library',
       
    32     ]
       
    33 
       
    34 from google.appengine.dist import _library
       
    35 
       
    36 use_library = _library.use_library