From 6966c235a4985dca361786e9d0014217097eba0a Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 27 Jan 2010 13:57:19 +0000 Subject: [PATCH] removed junk file --- extra/cloak/__init__.py.bak | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 extra/cloak/__init__.py.bak diff --git a/extra/cloak/__init__.py.bak b/extra/cloak/__init__.py.bak deleted file mode 100644 index 31e965149..000000000 --- a/extra/cloak/__init__.py.bak +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/env python - -""" -$Id: __init__.py 516 2009-02-19 21:55:19Z inquisb $ - -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2009 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -""" - -pass