# # # patch "common.py" # from [3c16680cfaaa79a8b4d63d78cf01bc8596fcda2c] # to [f233ee82566d9d1a2dbe414998f9fef6b46c17b2] # # patch "manifest.psp" # from [8a3e1fc22093986e9d06978678dbc13b30c38357] # to [89b19f937c39d159920708dc2cc8c2a80dc2cbec] # ============================================================ --- common.py 3c16680cfaaa79a8b4d63d78cf01bc8596fcda2c +++ common.py f233ee82566d9d1a2dbe414998f9fef6b46c17b2 @@ -44,7 +44,6 @@ rv = '' % (urllib.quote(link_to[0]), urllib.quote(link_to[1])) link_id = link_to[0] else: - raise Exception(link_to) rv = '' % (urllib.quote(link_to)) link_id = link_to if description != None: rv += description + "" ============================================================ --- manifest.psp 8a3e1fc22093986e9d06978678dbc13b30c38357 +++ manifest.psp 89b19f937c39d159920708dc2cc8c2a80dc2cbec @@ -1,4 +1,3 @@ - <% import datetime @@ -14,9 +13,6 @@ # display all information we can about a particular manifest # -def prettify(s): - return ' '.join(map(lambda x: hq(x[0].upper() + x[1:]), s.replace("_", " ").split(" "))) - psp.set_error_page("error.psp") if not form.has_key('id'):