* remove some redundant comments

This commit is contained in:
Eray Özkural
2005-06-10 13:56:09 +00:00
parent 3d40758d86
commit 0ceb1b0b7b
-8
View File
@@ -8,14 +8,6 @@ class PatchInfo:
self.filename = filenm
self.compressionType = ctype
# sayin arkadaslarim burada write icin koydugum seyleri silmeyin
# bu tam olmamis duzeltiyorum, o getlere de genel olarak
# ihtiyac yok. *client* icin nasil kolay oluyorsa oyle olmali
# yanlis su: bir class icindeki state'i cache etmez store eder
# cache etmek ne zaman gerekir? represent ettigi data core'a
# sigmiyorsa. diger zamanlarda yanlis bir metod olur.
# otesinde de refactor ediyorum biraz -- eray
class SpecFile(XmlFile):
"""A class for reading/writing from/to a PSPEC (PISI SPEC) file."""