URI: 
       tanother small toolkit comment - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 3e89b650258a45afac878d9ee7cb8ba54d50e714
   DIR parent 434ef95d65c364722238ebabca6fd4c478a06d92
  HTML Author: Jimbo77 <onlineregular@gmail.com>
       Date:   Wed, 22 Aug 2012 11:53:31 -0700
       
       another small toolkit comment
       
       Diffstat:
         M electrum                            |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum b/electrum
       t@@ -160,7 +160,8 @@ if __name__ == '__main__':
                      error_message.showMessage("<p>Sorry, Electrum requires Qt >= 4.7 to run.</p><p>Check your distributions packages or download it at http://qt.nokia.com/downloads</p>")
                      app.exec_()
                      sys.exit(0)
       -
       +           
       +            #use the lite version if no toolkit specified
                    try:
                        import lib.gui_lite as gui
                    except ImportError: