summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--smtp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtp.py b/smtp.py
index a36bdf9..96fd830 100644
--- a/smtp.py
+++ b/smtp.py
@@ -22,7 +22,7 @@ class SMTPChannel(asynchat.async_chat):
def push(self,data):
self.server.logger.debug("Write: " + data)
- synchat.async_chat.push(self,data)
+ asynchat.async_chat.push(self,data)
def found_terminator(self):
try: