From a231d56366f068d962ae0861ddaf8ae530899965 Mon Sep 17 00:00:00 2001
From: "(no author)" <(no author)@8a9318a1-56ba-4d59-b755-99d26321be01>
Date: Thu, 3 May 2012 21:21:25 +0000
Subject: [PATCH] removing hack for loading pyqt4

git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@176 8a9318a1-56ba-4d59-b755-99d26321be01
---
 pyglance/glance/plot.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pyglance/glance/plot.py b/pyglance/glance/plot.py
index 2cf351c..3b774b1 100644
--- a/pyglance/glance/plot.py
+++ b/pyglance/glance/plot.py
@@ -9,10 +9,6 @@ Copyright (c) 2009 University of Wisconsin SSEC. All rights reserved.
 
 import os, sys
 
-PYQT4_HAX = '/sw/lib/qt4-mac/lib/python2.6/site-packages'
-if os.path.isdir(PYQT4_HAX):
-    sys.path.append(PYQT4_HAX)
-
 # these first two lines must stay before the pylab import
 import matplotlib
 #matplotlib.use('Qt4Agg') # use the Anti-Grain Geometry rendering engine
-- 
GitLab