Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Commit

Permalink
Correct pyqtconfig path. Refs #6527
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Feb 21, 2013
1 parent e322828 commit 41382f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python27/Lib/site-packages/PyQt4/pyqtconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# These are installation specific values created when PyQt4 was configured.
## Mantid patch to allow it to work in the ThirdParty on any machine.
import os
_python27_dir = os.path.join(os.path.dirname(__file__), "..\\..")
_python27_dir = os.path.join(os.path.dirname(__file__), "..\\..\\..")
_python27_dir = os.path.normpath(_python27_dir)
_qtlib_dir = os.path.normpath(os.path.join(_python27_dir, ".."))
_qtinc_dir = os.path.normpath(os.path.join(_qtlib_dir, "..\\..\\include\\Qt-4.8.4")) #assumes our default repo layout for third_party
Expand Down

0 comments on commit 41382f1

Please sign in to comment.