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 / sokSettings.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2007-04-29  |  401 b   |  12 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. import os
  5.  
  6. def run(sok):
  7.     pid = os.fork()
  8.     if not pid:
  9.         os.execvp('python', ('python', 'settings-dialog.py'))
  10.     
  11.  
  12.