~townsend/autopilot/fix-gcalctool-desktop-file

« back to all changes in this revision

Viewing changes to autopilot/introspection/qt.py

  • Committer: CI bot
  • Author(s): Thomi Richards, Max Brustkern
  • Date: 2014-04-08 00:29:44 UTC
  • mfrom: (459.6.5 logger-privatization)
  • Revision ID: ps-jenkins@lists.canonical.com-20140408002944-hkq216cwlrrbg3k7
Make logger objects within autopilot private. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
import functools
25
25
 
26
 
import logging
27
 
 
28
 
 
29
 
logger = logging.getLogger(__name__)
30
 
 
31
26
 
32
27
class QtSignalWatcher(object):
33
28
    """A utility class to make watching Qt signals easy."""