| 143 | # Define an exception visible to External modules |
| 144 | # |
| 145 | class CookieError(Exception): |
| 146 | pass |
| 147 | |
| 148 | |
| 149 | # These quoting routines conform to the RFC2109 specification, which in |
no outgoing calls
no test coverage detected
searching dependent graphs…