Skip to content

Commit 4903395

Browse files
committed
fixed init file
1 parent 6ff845e commit 4903395

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

__init__.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,6 @@
2121
This script initializes the plugin, making it known to QGIS.
2222
"""
2323

24-
<<<<<<< HEAD
25-
=======
26-
def name():
27-
return "pgRouting Layer"
28-
def description():
29-
return "Dockable widget that adds pgRouting layers"
30-
def version():
31-
return "Version 0.1"
32-
def icon():
33-
return "icon.png"
34-
def qgisMinimumVersion():
35-
return "1.7"
36-
>>>>>>> master
3724

3825
def classFactory(iface):
3926
from pgRoutingLayer.pgRoutingLayer import PgRoutingLayer

0 commit comments

Comments
 (0)