Mercurial > hg > easyhg
comparison easyhg.py @ 236:960b782f0a64
* minor os/x fixes
author | Chris Cannam |
---|---|
date | Sun, 09 Jan 2011 10:08:42 +0000 |
parents | c5fceb3fe5b4 |
children | a574b89bfddd |
comparison
equal
deleted
inserted
replaced
235:2f4d401ce47c | 236:960b782f0a64 |
---|---|
34 # failure if it didn't. | 34 # failure if it didn't. |
35 # | 35 # |
36 easyhg_pyqt_ok = True | 36 easyhg_pyqt_ok = True |
37 try: | 37 try: |
38 from PyQt4 import QtGui | 38 from PyQt4 import QtGui |
39 except ImportError as err: | 39 except ImportError: |
40 easyhg_pyqt_ok = False | 40 easyhg_pyqt_ok = False |
41 | 41 |
42 easyhg_qtapp = None | 42 easyhg_qtapp = None |
43 | 43 |
44 def uisetup(ui): | 44 def uisetup(ui): |