mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
FindQsci: removed the unused exception holder variable
master didn't build without that: -- Found PyQt4 version: 4.10 File "~/carina/Quantum-GIS/cmake/FindQsci.py", line 41 except ImportError, e: ^ SyntaxError: invalid syntax
This commit is contained in:
parent
020ed2c537
commit
909411ce9d
@ -38,7 +38,7 @@ __copyright__ = 'Copyright 2012, The QGIS Project'
|
|||||||
try:
|
try:
|
||||||
from PyQt4.Qsci import QSCINTILLA_VERSION_STR
|
from PyQt4.Qsci import QSCINTILLA_VERSION_STR
|
||||||
VER = QSCINTILLA_VERSION_STR
|
VER = QSCINTILLA_VERSION_STR
|
||||||
except ImportError, e:
|
except ImportError:
|
||||||
VER = ""
|
VER = ""
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user