[Pypi-checkins] r1014 - trunk/pypi

richard python-checkins at python.org
Tue Mar 13 00:32:17 CET 2012


Author: richard
Date: Tue Mar 13 00:32:17 2012
New Revision: 1014

Modified:
   trunk/pypi/webui.py
Log:
add missing import

Modified: trunk/pypi/webui.py
==============================================================================
--- trunk/pypi/webui.py	(original)
+++ trunk/pypi/webui.py	Tue Mar 13 00:32:17 2012
@@ -35,6 +35,7 @@
 import store, config, versionpredicate, verify_filetype, rpc
 import MailingLogger, openid2rp, gae
 from mini_pkg_resources import safe_name
+from description_utils import extractPackageReadme
 
 esc = cgi.escape
 esq = lambda x: cgi.escape(x, True)


More information about the Pypi-checkins mailing list