From bd72acc136ca1602c7b171c88f47e97d21cb228d Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@8a9318a1-56ba-4d59-b755-99d26321be01> Date: Thu, 3 May 2012 21:26:46 +0000 Subject: [PATCH] removing hack for including pyqt4 path git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@179 8a9318a1-56ba-4d59-b755-99d26321be01 --- pyglance/glance/gui_controller.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyglance/glance/gui_controller.py b/pyglance/glance/gui_controller.py index d0161f7..2068942 100644 --- a/pyglance/glance/gui_controller.py +++ b/pyglance/glance/gui_controller.py @@ -9,10 +9,6 @@ Copyright (c) 2011 University of Wisconsin SSEC. All rights reserved. import sys, os.path, logging -PYQT4_HAX = '/sw/lib/qt4-mac/lib/python2.6/site-packages' -if os.path.isdir(PYQT4_HAX): - sys.path.append(PYQT4_HAX) - from PyQt4 import QtGui import glance.gui_view as gui_view -- GitLab