We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff845e commit 4903395Copy full SHA for 4903395
1 file changed
__init__.py
@@ -21,19 +21,6 @@
21
This script initializes the plugin, making it known to QGIS.
22
"""
23
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
37
38
def classFactory(iface):
39
from pgRoutingLayer.pgRoutingLayer import PgRoutingLayer
0 commit comments