mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
make 2to3 changes for utils files
This commit is contained in:
parent
039c7b20e9
commit
eba100f1eb
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ import re
|
|||
import sys
|
||||
import urllib.parse
|
||||
|
||||
from cgi import parse_qs
|
||||
|
||||
from urllib.parse import parse_qs
|
||||
# json module is in the standard library as of python 2.6; fall back to
|
||||
# simplejson if present for older versions.
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue