Switch to unified view

a/src/mediaserver/cdplugins/uprcl/uprcluntagged.py b/src/mediaserver/cdplugins/uprcl/uprcluntagged.py
...
...
27
# Obect id inside the section: $u<idx> where <idx> is the document index
27
# Obect id inside the section: $u<idx> where <idx> is the document index
28
#  inside the global document vector.
28
#  inside the global document vector.
29
29
30
import os
30
import os
31
import shlex
31
import shlex
32
import urllib
33
import sys
32
import sys
34
33
35
from upmplgutils import uplog
34
from upmplgutils import uplog
36
from uprclutils import rcldoctoentry, rcldirentry
35
from uprclutils import rcldoctoentry, rcldirentry
37
36