~ubuntu-branches/ubuntu/raring/hplip/raring

« back to all changes in this revision

Viewing changes to ui/chooseprinterdlg.py

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-12-14 20:08:44 UTC
  • mfrom: (2.1.118 lucid)
  • Revision ID: james.westby@ubuntu.com-20091214200844-z8qhqwgppbu3t7ze
Tags: 3.9.10-4
KBSD patch from KiBi (Closes: #560796)

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        self.printer_index, x = {}, 0
62
62
        for p in printers:
63
63
            try:
64
 
                back_end, is_hp, bus, model, serial, dev_file, host, port = \
 
64
                back_end, is_hp, bus, model, serial, dev_file, host, zc, port = \
65
65
                    device.parseDeviceURI(p.device_uri)
66
66
 
67
67
            except Error: