diff options
Diffstat (limited to 'security/blindelephant/files/patch-setup.py')
-rw-r--r-- | security/blindelephant/files/patch-setup.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/security/blindelephant/files/patch-setup.py b/security/blindelephant/files/patch-setup.py deleted file mode 100644 index f70948b4557a..000000000000 --- a/security/blindelephant/files/patch-setup.py +++ /dev/null @@ -1,18 +0,0 @@ ---- setup.py.orig 2010-08-20 15:32:51.000000000 +0200 -+++ setup.py 2010-08-20 15:33:03.000000000 +0200 -@@ -1,7 +1,7 @@ - from distutils.core import setup - - setup( -- name='BlindElephant', -+ name='blindelephant', - version='1.0', - description='Uses static file fingerprinting to determine the version of web applications and plugins installed at a url', - author="Patrick Thomas", -@@ -17,4 +17,4 @@ - "Topic :: Internet :: WWW/HTTP" - "Programming Language :: Python :: 2.6" - ] --) -\ No newline at end of file -+) |