From cdf2f8f0dfbef2073abb9b1f4498d69f1f51cf42 Mon Sep 17 00:00:00 2001 From: HeisenbergCipherCracker Date: Fri, 2 Feb 2024 21:11:27 -0500 Subject: [PATCH] added version copy right and other things such as __priority__ and the other things. --- tamper/space2htab.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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():