Skip to content
Snippets Groups Projects
Commit bd72acc1 authored by (no author)'s avatar (no author)
Browse files

removing hack for including pyqt4 path

git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@179 8a9318a1-56ba-4d59-b755-99d26321be01
parent 33969f16
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment