diff options
Diffstat (limited to 'www/grail/files/patch-ab')
-rw-r--r-- | www/grail/files/patch-ab | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/www/grail/files/patch-ab b/www/grail/files/patch-ab deleted file mode 100644 index 0aa59d7cac8d..000000000000 --- a/www/grail/files/patch-ab +++ /dev/null @@ -1,24 +0,0 @@ ---- grailbase/app.py.orig Wed Mar 24 23:11:52 1999 -+++ grailbase/app.py Mon Mar 24 10:48:37 2003 -@@ -3,10 +3,10 @@ - - import os - import mimetypes --import regex -+import re - import string - import utils -- -+regex = re - - class Application: - def __init__(self, prefs=None): -@@ -51,7 +51,7 @@ - - - __data_scheme_re = regex.compile( -- "data:\([^,;]*\)\(;\([^,]*\)\|\),", regex.casefold) -+ "data:\([^,;]*\)\(;\([^,]*\)\|\),") - - def guess_type(self, url): - """Guess the type of a file based on its URL. |