Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0f57f4

Browse files
committed
Minor fix for an Issue #217
1 parent 344ef9a commit c0f57f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugins/dbms/postgresql/enumeration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
See the file 'doc/COPYING' for copying permission
66
"""
77

8+
from lib.core.data import logger
9+
810
from plugins.generic.enumeration import Enumeration as GenericEnumeration
911

1012
class Enumeration(GenericEnumeration):

0 commit comments

Comments
 (0)