Skip to content

Commit fa07903

Browse files
committed
Revert "fixed two SIP warnings about deprecated syntax" as it
breaks builds with older SIP versions (Debian squeeze, Ubuntu lucid and maverick)
1 parent 7be2d96 commit fa07903

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/analysis/analysis.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%Module(name=qgis.analysis, version=0)
1+
%Module qgis.analysis 0
22

33
%Import QtCore/QtCoremod.sip
44
%Import QtGui/QtGuimod.sip

python/core/core.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%Module(name=qgis.core, version=0)
1+
%Module qgis.core 0
22

33
%Import QtCore/QtCoremod.sip
44
%Import QtGui/QtGuimod.sip

0 commit comments

Comments
 (0)