Skip to content

Commit 08889c7

Browse files
luipirdakcarto
authored andcommittedNov 1, 2017
Followup fix to ab74991; add missing QFile import
1 parent 9d4ab51 commit 08889c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/db_manager/db_plugins/postgis/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
***************************************************************************/
2323
"""
2424

25-
from qgis.PyQt.QtCore import QRegExp
25+
from qgis.PyQt.QtCore import QRegExp, QFile
2626
from qgis.core import QgsCredentials, QgsDataSourceURI
2727
from functools import cmp_to_key
2828

1 commit comments

Comments
 (1)

luipir commented on Nov 1, 2017

@luipir
ContributorAuthor

tnx @dakcarto and sorry for my mistake

Please sign in to comment.