summaryrefslogtreecommitdiff
path: root/paramiko/sftp_attr.py
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2005-07-07 01:10:57 +0000
committerRobey Pointer <robey@lag.net>2005-07-07 01:10:57 +0000
commite3ed1616d17f64ca394e7357b05eaf4c6b55ea1f (patch)
tree2341dcb2d9b91c4565c704b8398c90a1e6162966 /paramiko/sftp_attr.py
parent0b093e49b4fa0dfcbb75e4ff956091100fa265f5 (diff)
downloadparamiko-e3ed1616d17f64ca394e7357b05eaf4c6b55ea1f.tar.gz
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-25]
cool optimization from john rochester: use cStringIO in Message (and also fix some unit test bugs revealed by the change)
Diffstat (limited to 'paramiko/sftp_attr.py')
-rw-r--r--paramiko/sftp_attr.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/paramiko/sftp_attr.py b/paramiko/sftp_attr.py
index 5123c914..b2812c6d 100644
--- a/paramiko/sftp_attr.py
+++ b/paramiko/sftp_attr.py
@@ -112,7 +112,6 @@ class SFTPAttributes (object):
count = msg.get_int()
for i in range(count):
self.attr[msg.get_string()] = msg.get_string()
- return msg.get_remainder()
def _pack(self, msg):
self._flags = 0