Comment 18 for bug 1068801

Revision history for this message
Joshua Harlow (harlowja) wrote :

On my rhel6 box:

[harlowja@followsave ~]$ sudo yum list | grep boto
Password:
python-boto.noarch 2.5.2-1.el6 @epel

[harlowja@followsave ~]$ python
Python 2.6.6 (r266:84292, Aug 28 2012, 10:55:56)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import boto.utils as boto_utils
>>> dir(boto_utils)
['AuthSMTPHandler', 'Encoders', 'ISO8601', 'ISO8601_MS', 'LRUCache', 'MIMEBase', 'MIMEMultipart', 'MIMEText', 'Password', 'ShellCommand', 'StringIO', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '_get_instance_metadata', '_hashfn', 'boto', 'canonical_string', 'datetime', 'fetch_file', 'find_class', 'formatdate', 'get_aws_metadata', 'get_instance_metadata', 'get_instance_userdata', 'get_ts', 'get_utf8_value', 'guess_mime_type', 'gzip', 'hashlib', 'imp', 'logging', 'merge_meta', 'mklist', 'notify', 'parse_ts', 'pythonize_name', 'qsa_of_interest', 'retry_url', 'smtplib', 'subprocess', 'tempfile', 'time', 'update_dme', 'urllib', 'urllib2', 'write_mime_multipart']

I'm not seeing the lazy load stuff there, can u do the same, thx.