mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-10 17:59:04 +00:00
Update regarding #2940 (PEP 394)
This commit is contained in:
2
thirdparty/beautifulsoup/__init__.py
vendored
2
thirdparty/beautifulsoup/__init__.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# Copyright (c) 2004-2010, Leonard Richardson
|
||||
#
|
||||
|
||||
2
thirdparty/bottle/bottle.py
vendored
2
thirdparty/bottle/bottle.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Bottle is a fast and simple micro-framework for small web applications. It
|
||||
|
||||
2
thirdparty/chardet/chardetect.py
vendored
2
thirdparty/chardet/chardetect.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
"""
|
||||
Script which takes one or more file paths and reports on their detected
|
||||
encodings
|
||||
|
||||
2
thirdparty/clientform/__init__.py
vendored
2
thirdparty/clientform/__init__.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# Copyright 2007-2008 David McNab
|
||||
#
|
||||
|
||||
2
thirdparty/fcrypt/__init__.py
vendored
2
thirdparty/fcrypt/__init__.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
|
||||
#Copyright (c) 2004, Carey Evans <careye@spamcop.net>
|
||||
#All rights reserved.
|
||||
|
||||
2
thirdparty/gprof2dot/__init__.py
vendored
2
thirdparty/gprof2dot/__init__.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# Copyright 2008-2009 Jose Fonseca
|
||||
#
|
||||
|
||||
2
thirdparty/gprof2dot/gprof2dot.py
vendored
2
thirdparty/gprof2dot/gprof2dot.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# Copyright 2008-2009 Jose Fonseca
|
||||
#
|
||||
|
||||
2
thirdparty/keepalive/__init__.py
vendored
2
thirdparty/keepalive/__init__.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# Copyright 2002-2003 Michael D. Stenner
|
||||
#
|
||||
|
||||
2
thirdparty/keepalive/keepalive.py
vendored
2
thirdparty/keepalive/keepalive.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# This library is free software; you can redistribute it and/or
|
||||
|
||||
2
thirdparty/multipart/multipartpost.py
vendored
2
thirdparty/multipart/multipartpost.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
|
||||
"""
|
||||
02/2006 Will Holcomb <wholcomb@gmail.com>
|
||||
|
||||
2
thirdparty/odict/__init__.py
vendored
2
thirdparty/odict/__init__.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
2
thirdparty/oset/_abc.py
vendored
2
thirdparty/oset/_abc.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- mode:python; tab-width: 2; coding: utf-8 -*-
|
||||
|
||||
"""Partially backported python ABC classes"""
|
||||
|
||||
2
thirdparty/oset/pyoset.py
vendored
2
thirdparty/oset/pyoset.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- mode:python; tab-width: 2; coding: utf-8 -*-
|
||||
|
||||
"""Partially backported python ABC classes"""
|
||||
|
||||
2
thirdparty/prettyprint/__init__.py
vendored
2
thirdparty/prettyprint/__init__.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
|
||||
#Copyright (c) 2010, Chris Hall <chris.hall@mod10.net>
|
||||
#All rights reserved.
|
||||
|
||||
2
thirdparty/prettyprint/prettyprint.py
vendored
2
thirdparty/prettyprint/prettyprint.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
|
||||
#Copyright (c) 2010, Chris Hall <chris.hall@mod10.net>
|
||||
#All rights reserved.
|
||||
|
||||
2
thirdparty/pydes/__init__.py
vendored
2
thirdparty/pydes/__init__.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# Copyright 2009 Todd Whiteman
|
||||
#
|
||||
|
||||
2
thirdparty/socks/socks.py
vendored
2
thirdparty/socks/socks.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
|
||||
"""SocksiPy - Python SOCKS module.
|
||||
Version 1.00
|
||||
|
||||
2
thirdparty/wininetpton/__init__.py
vendored
2
thirdparty/wininetpton/__init__.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# Copyright Ryan Vennell
|
||||
#
|
||||
|
||||
2
thirdparty/wininetpton/win_inet_pton.py
vendored
2
thirdparty/wininetpton/win_inet_pton.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# This software released into the public domain. Anyone is free to copy,
|
||||
# modify, publish, use, compile, sell, or distribute this software,
|
||||
# either in source code form or as a compiled binary, for any purpose,
|
||||
|
||||
2
thirdparty/xdot/__init__.py
vendored
2
thirdparty/xdot/__init__.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# Copyright 2008-2009 Jose Fonseca
|
||||
#
|
||||
|
||||
2
thirdparty/xdot/xdot.py
vendored
2
thirdparty/xdot/xdot.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# Copyright 2008 Jose Fonseca
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user