thirdparty/google_appengine/google/appengine/dist/__init__.py
changeset 2413 d0b7dac5325c
parent 1278 a7766286a7be
--- a/thirdparty/google_appengine/google/appengine/dist/__init__.py	Mon Jun 08 22:34:05 2009 +0200
+++ b/thirdparty/google_appengine/google/appengine/dist/__init__.py	Fri Jun 19 16:13:32 2009 +0200
@@ -17,6 +17,20 @@
 
 """Specify the modules for which a stub exists."""
 
+__all__ = [
 
-__all__ = ['ftplib', 'httplib', 'py_imp', 'neo_cgi', 'select', 'socket',
-           'subprocess', 'tempfile']
+    'ftplib',
+    'httplib',
+    'neo_cgi',
+    'py_imp',
+    'select',
+    'socket',
+    'subprocess',
+    'tempfile',
+
+    'use_library',
+    ]
+
+from google.appengine.dist import _library
+
+use_library = _library.use_library