- Timestamp:
- 07/20/07 09:00:24 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tea4cups/trunk/tea4cups
r692 r693 1132 1132 cupsserver = CUPS() # TODO : username and password and/or encryption 1133 1133 answer = cupsserver.getJobAttributes(self.JobId) 1134 if answer is None : # probably connection refused because we 1135 raise ValueError # don't hande unix domain sockets yet. 1134 1136 self.ControlFile = "NotUsedAnymore" 1135 1137 except :