From ff0a2bb523b7c92c53631055718dc91ac8fa3105 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 18 Jun 2001 23:56:36 +0000 Subject: Somebody checked this in w/ an ambiguous tab/space mix (reported by Mark Favas). --- Lib/imaplib.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 4706eea..6aca299 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py @@ -573,11 +573,11 @@ class IMAP4: return apply(self._simple_command, (name,) + args) def namespace(self): - """ Returns IMAP namespaces ala rfc2342 - """ - name = 'NAMESPACE' - typ, dat = self._simple_command(name) - return self._untagged_response(typ, dat, name) + """ Returns IMAP namespaces ala rfc2342 + """ + name = 'NAMESPACE' + typ, dat = self._simple_command(name) + return self._untagged_response(typ, dat, name) # Private methods -- cgit v0.12