Skip to content

Commit

Permalink
Followup fix to ab74991; add missing QFile import
Browse files Browse the repository at this point in the history
  • Loading branch information
luipir authored and dakcarto committed Nov 1, 2017
1 parent 9d4ab51 commit 08889c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/db_plugins/postgis/connector.py
Expand Up @@ -22,7 +22,7 @@
***************************************************************************/
"""

from qgis.PyQt.QtCore import QRegExp
from qgis.PyQt.QtCore import QRegExp, QFile
from qgis.core import QgsCredentials, QgsDataSourceURI
from functools import cmp_to_key

Expand Down

1 comment on commit 08889c7

@luipir
Copy link
Contributor Author

@luipir luipir commented on 08889c7 Nov 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tnx @dakcarto and sorry for my mistake

Please sign in to comment.