bundle bottle library in sqlmap (it is MIT license) - issue #297

This commit is contained in:
Bernardo Damele
2012-12-14 03:00:30 +00:00
parent 0ec420cc70
commit 2e97405ffa
4 changed files with 3272 additions and 14 deletions

8
extra/bottle/__init__.py Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python
"""
Copyright (c) 2006-2012 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
pass