diff roundup/cgi/apache.py @ 7692:8fb42f41ef10 issue2550923_computed_property

merge in default branch to see if ti clears a travis-ci build error on 2.7 python; default branch builds fine
author John Rouillard <rouilj@ieee.org>
date Mon, 11 Sep 2023 00:10:29 -0400
parents 978285986b2c
children dd13b3a0ea8d
line wrap: on
line diff
--- a/roundup/cgi/apache.py	Mon Jul 10 17:31:34 2023 -0400
+++ b/roundup/cgi/apache.py	Mon Sep 11 00:10:29 2023 -0400
@@ -18,13 +18,13 @@
 # is included. Look for this url below. It is not tested, but
 # we assume it's safe and syntax it seems ok.
 
-import cgi
 import os
 import threading
 
 from mod_python import apache
 
 import roundup.instance
+from roundup.anypy.cgi_ import cgi
 from roundup.cgi import TranslationService
 
 

Roundup Issue Tracker: http://roundup-tracker.org/