Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
db manager: fix syntax error in oracle plugin
(cherry picked from commit 5f88ba4)
  • Loading branch information
jef-n committed Jul 1, 2018
1 parent c9f23fd commit d5a6171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/db_plugins/oracle/plugin.py
Expand Up @@ -32,7 +32,7 @@
from qgis.PyQt.QtGui import QIcon, QKeySequence
from qgis.PyQt.QtWidgets import QAction, QApplication, QMessageBox

from qgis.core import QgsApplication QgsVectorLayer, NULL, QgsSettings
from qgis.core import QgsApplication, QgsVectorLayer, NULL, QgsSettings

from ..plugin import ConnectionError, InvalidDataException, DBPlugin, \
Database, Schema, Table, VectorTable, TableField, TableConstraint, \
Expand Down

0 comments on commit d5a6171

Please sign in to comment.