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

« back to all changes in this revision

Viewing changes to fax/fax.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:
47
47
except ImportError:
48
48
    log.error("dbus is required for PC send fax.")
49
49
 
 
50
import warnings
 
51
# Ignore: .../dbus/connection.py:242: DeprecationWarning: object.__init__() takes no parameters
 
52
# (occurring on Python 2.6/dBus 0.83/Ubuntu 9.04)
 
53
warnings.simplefilter("ignore", DeprecationWarning)
 
54
 
50
55
 
51
56
# Update queue values (Send thread ==> UI)
52
57
STATUS_IDLE = 0