Switch to unified view

a/src/mediaserver/cdplugins/uprcl/uprcltags.py b/src/mediaserver/cdplugins/uprcl/uprcltags.py
...
...
19
import sqlite3
19
import sqlite3
20
import time
20
import time
21
import tempfile
21
import tempfile
22
from timeit import default_timer as timer
22
from timeit import default_timer as timer
23
23
24
from upmplgutils import uplog
24
from uprclutils import g_myprefix, audiomtypes, docfolder, uplog, \
25
from uprclutils import g_myprefix, audiomtypes, docfolder, \
25
     rcldirentry, rcldoctoentry, cmpentries
26
     rcldirentry, rcldoctoentry, cmpentries
26
27
27
# After initialization, this holds the list of all records out of
28
# After initialization, this holds the list of all records out of
28
# recoll (it's a reference to the original in uprclfolders)
29
# recoll (it's a reference to the original in uprclfolders)
29
g_alldocs = []
30
g_alldocs = []