Skip to content
Snippets Groups Projects
Select Git revision
  • 363c633c584294ff8cfc48ac4dcd25a42a56db7e
  • master default
  • trunk
  • RELEASE_6_5_DRIVEDB
  • RELEASE_6_6_DRIVEDB
  • RELEASE_7_0_DRIVEDB
  • RELEASE_7_2_DRIVEDB
  • RELEASE_7_3_DRIVEDB
  • RELEASE_6_0_DRIVEDB
  • RELEASE_6_1_DRIVEDB
  • RELEASE_6_2_DRIVEDB
  • RELEASE_6_3_DRIVEDB
  • RELEASE_6_4_DRIVEDB
  • tags/RELEASE_7_4
  • tags/RELEASE_7_3
  • RELEASE_5_41_DRIVEDB
  • RELEASE_5_42_DRIVEDB
  • RELEASE_5_43_DRIVEDB
  • tags/RELEASE_7_2
  • tags/RELEASE_7_1
  • tags/RELEASE_7_0
  • RELEASE_5_40_DRIVEDB
22 results

smartctl.8.in

Blame
  • __init__.py 370 B
    __version__ = "0.6.1"
    
    # This flag is used to switch on the gui features in pkat at import time
    USE_GUI = False
    
    import pykat.exceptions as pkex
    
    NoGUIException = pkex.BasePyKatException("No PyQt4 module was found so cannot open a GUI")
    
    import finesse
    import components
    import detectors
    import commands
    
    from pykat.utilities.optics.gaussian_beams import beam_param