Skip to content

Commit

Permalink
fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Oct 21, 2024
1 parent 94aaeb7 commit 080171e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stub/wsgi/passenger_wsgi.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os, sys, time

if sys.version_info[0] >= 3 and sys.version_info[1] >= 13:
import cgishim
import cgishim as cgi
else:
import cgi

Expand Down

0 comments on commit 080171e

Please sign in to comment.