Skip to content

Commit 2f41319

Browse files
author
Richard Jones
committed
cgi exceptions fix
1 parent 0c121fd commit 2f41319

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roundup/cgi/exceptions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import cgi
2+
13
class HTTPException(Exception):
24
pass
35

0 commit comments

Comments
 (0)