aboutsummaryrefslogtreecommitdiff
path: root/palm/plucker/files/patch-parser::python::PyPlucker::Writer.py
diff options
context:
space:
mode:
Diffstat (limited to 'palm/plucker/files/patch-parser::python::PyPlucker::Writer.py')
-rw-r--r--palm/plucker/files/patch-parser::python::PyPlucker::Writer.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/palm/plucker/files/patch-parser::python::PyPlucker::Writer.py b/palm/plucker/files/patch-parser::python::PyPlucker::Writer.py
deleted file mode 100644
index 1923e272537f..000000000000
--- a/palm/plucker/files/patch-parser::python::PyPlucker::Writer.py
+++ /dev/null
@@ -1,20 +0,0 @@
---- parser/PyPlucker/Writer.py.bak Tue Oct 15 14:47:39 2002
-+++ parser/PyPlucker/Writer.py Fri Jan 31 15:18:09 2003
-@@ -81,7 +81,7 @@
- self._current_id = 11
-
- # make sure record number 2 goes to the 'home' document (why?)
-- url = self._alias_list.get('plucker:/home.html')
-+ url = self._alias_list.get('plucker:///home.html')
- if url:
- while self._alias_list.has_key(url):
- url = self._alias_list.get(url)
-@@ -91,7 +91,7 @@
- else:
- self._url_to_id_mapping[url] = 2
- else:
-- doc = self._url_to_doc_mapping.get('plucker:/home.html')
-+ doc = self._url_to_doc_mapping.get('plucker:///home.html')
- if doc:
- self._doc_to_id_mapping[doc] = 2
- else: