- Timestamp:
- 03/31/05 23:29:47 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tea4cups/trunk/tea4cups
r615 r621 183 183 184 184 def job_attributes_tag(self) : 185 """Indicates that the parser enters into a n operation-attributes-tag group."""185 """Indicates that the parser enters into a job-attributes-tag group.""" 186 186 return self.parseTag() 187 187 188 188 def printer_attributes_tag(self) : 189 """Indicates that the parser enters into a n operation-attributes-tag group."""189 """Indicates that the parser enters into a printer-attributes-tag group.""" 190 190 return self.parseTag() 191 191