home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / onboard / scripts / switchButtons.pyc (.txt) < prev   
Encoding:
Python Compiled Bytecode  |  2007-04-29  |  453 b   |  12 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. import gconf
  5.  
  6. def run(sok):
  7.     gconfClient = gconf.client_get_default()
  8.     print 'switch'
  9.     b = gconfClient.get_bool('/desktop/gnome/peripherals/mouse/left_handed')
  10.     gconfClient.set_bool('/desktop/gnome/peripherals/mouse/left_handed', not b)
  11.  
  12.