Skip to content

Commit 8202c00

Browse files
author
wonder
committed
Fix occasionally appearing bug in OSM plugin (#3150, #3076, #3025)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14453 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7c827f6 commit 8202c00

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

python/plugins/osm/OsmAddRelationDlg.py

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
from PyQt4.QtCore import *
1414
from PyQt4.QtGui import *
15-
from PyQt4 import *
1615
from sip import unwrapinstance
1716
from qgis.core import *
1817
from qgis.gui import *

python/plugins/osm/OsmDownloadDlg.py

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from PyQt4.QtCore import *
1818
from PyQt4.QtGui import *
1919
from PyQt4.QtNetwork import *
20-
from PyQt4 import *
2120
from time import *
2221
from qgis.core import *
2322

python/plugins/osm/OsmLoadDlg.py

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
from PyQt4.QtCore import *
1818
from PyQt4.QtGui import *
19-
from PyQt4 import *
2019
from sip import unwrapinstance
2120
from qgis.core import QgsVectorLayer, QgsMapLayerRegistry, QgsRectangle
2221
from sip import *

python/plugins/osm/OsmSaveDlg.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from PyQt4.QtCore import *
1212
from PyQt4.QtGui import *
1313
from PyQt4.QtXml import *
14-
from PyQt4 import *
1514
from sip import unwrapinstance
1615
from qgis.core import QgsVectorLayer, QgsMapLayerRegistry
1716

python/plugins/osm/OsmUploadDlg.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from PyQt4.QtCore import *
2323
from PyQt4.QtGui import *
2424
from PyQt4.QtNetwork import *
25-
from PyQt4 import *
2625
from sys import *
2726

2827

0 commit comments

Comments
 (0)