Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wonder committed Oct 30, 2010
1 parent 7c827f6 commit 8202c00
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion python/plugins/osm/OsmAddRelationDlg.py
Expand Up @@ -12,7 +12,6 @@

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4 import *
from sip import unwrapinstance
from qgis.core import *
from qgis.gui import *
Expand Down
1 change: 0 additions & 1 deletion python/plugins/osm/OsmDownloadDlg.py
Expand Up @@ -17,7 +17,6 @@
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4.QtNetwork import *
from PyQt4 import *
from time import *
from qgis.core import *

Expand Down
1 change: 0 additions & 1 deletion python/plugins/osm/OsmLoadDlg.py
Expand Up @@ -16,7 +16,6 @@

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4 import *
from sip import unwrapinstance
from qgis.core import QgsVectorLayer, QgsMapLayerRegistry, QgsRectangle
from sip import *
Expand Down
1 change: 0 additions & 1 deletion python/plugins/osm/OsmSaveDlg.py
Expand Up @@ -11,7 +11,6 @@
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4.QtXml import *
from PyQt4 import *
from sip import unwrapinstance
from qgis.core import QgsVectorLayer, QgsMapLayerRegistry

Expand Down
1 change: 0 additions & 1 deletion python/plugins/osm/OsmUploadDlg.py
Expand Up @@ -22,7 +22,6 @@
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4.QtNetwork import *
from PyQt4 import *
from sys import *


Expand Down

0 comments on commit 8202c00

Please sign in to comment.