diff --git a/tamper/space2htab.py b/tamper/space2htab.py index 490b09d6d..0c7b4b735 100644 --- a/tamper/space2htab.py +++ b/tamper/space2htab.py @@ -1,5 +1,15 @@ -from lib.core.compat import xrange +#!/usr/bin/env python +""" +Copyright (c) 2006-2024 sqlmap developers (https://sqlmap.org/) +See the file 'LICENSE' for copying permission +""" + +from lib.core.compat import xrange +from lib.core.enums import PRIORITY + + +__priority__ = PRIORITY.NORMAL def dependencies():