Commit ea6ef213 authored by Seblu's avatar Seblu
Browse files

Fix missing logging import in error module

parent eebedb25
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@

'''Error Module'''

import logging

ERR_USAGE = 1
ERR_FATAL = 2
ERR_ABORT = 3