View | Details | Raw Unified | Return to bug 22902 | Differences between
and this patch

Collapse All | Expand All

(-)debian/control (+1 lines)
 Lines 17-22    Link Here 
17
Standards-Version: 3.8.2
17
Standards-Version: 3.8.2
18
XS-Python-Version: 2.6
18
XS-Python-Version: 2.6
19
19
20
20
Package: univention-printserver
21
Package: univention-printserver
21
Architecture: all
22
Architecture: all
22
Depends: ${misc:Depends}, ${python:Depends},
23
Depends: ${misc:Depends}, ${python:Depends},
(-)umc/python/printers/__init__.py (-7 lines)
 Lines 256-268    Link Here 
256
					MODULE.warn("  -> %s" % match.group(1))
256
					MODULE.warn("  -> %s" % match.group(1))
257
					result.append(match.group(1))
257
					result.append(match.group(1))
258
					
258
					
259
		# simulate 10000 more users
260
		for g in range(0,100):
261
			gn = 'group %d' % g
262
			for u in range(0,100):
263
				un = 'user %d' % u
264
				result.append('%s in %s' % (un,gn))
265
266
		# ---------- DEBUG --------------
259
		# ---------- DEBUG --------------
267
		MODULE.info("printers/users/query returns:")
260
		MODULE.info("printers/users/query returns:")
268
		pp = pprint.PrettyPrinter(indent=4)
261
		pp = pprint.PrettyPrinter(indent=4)
269
  + application/octet-stream
262
  + application/octet-stream
270
  + application/octet-stream
263
  + application/octet-stream
271
  + application/octet-stream
264
  + application/octet-stream

Return to bug 22902