Index: debian/control =================================================================== --- debian/control (revision 5351) +++ debian/control (working copy) @@ -17,6 +17,7 @@ Standards-Version: 3.8.2 XS-Python-Version: 2.6 + Package: univention-printserver Architecture: all Depends: ${misc:Depends}, ${python:Depends}, Index: umc/python/printers/__init__.py =================================================================== --- umc/python/printers/__init__.py (revision 5351) +++ umc/python/printers/__init__.py (working copy) @@ -256,13 +256,6 @@ MODULE.warn(" -> %s" % match.group(1)) result.append(match.group(1)) - # simulate 10000 more users - for g in range(0,100): - gn = 'group %d' % g - for u in range(0,100): - un = 'user %d' % u - result.append('%s in %s' % (un,gn)) - # ---------- DEBUG -------------- MODULE.info("printers/users/query returns:") pp = pprint.PrettyPrinter(indent=4) Property changes on: umc/icons/50x50/printing.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Property changes on: umc/icons/16x16/printing.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Property changes on: umc/icons/scalable/printing.svgz ___________________________________________________________________ Added: svn:mime-type + application/octet-stream