~smoser/ubuntu/lucid/python-boto/debian-1.9b-merge

« back to all changes in this revision

Viewing changes to boto.egg-info/SOURCES.txt

  • Committer: Bazaar Package Importer
  • Author(s): Eric Evans
  • Date: 2007-07-16 17:17:48 UTC
  • Revision ID: james.westby@ubuntu.com-20070716171748-bsw9rlyu0yuui9lb
Tags: upstream-0.9b
ImportĀ upstreamĀ versionĀ 0.9b

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
README
 
2
cq.py
 
3
setup.py
 
4
test.py
 
5
boto/__init__.py
 
6
boto/connection.py
 
7
boto/exception.py
 
8
boto/handler.py
 
9
boto/resultset.py
 
10
boto/utils.py
 
11
boto.egg-info/PKG-INFO
 
12
boto.egg-info/SOURCES.txt
 
13
boto.egg-info/dependency_links.txt
 
14
boto.egg-info/top_level.txt
 
15
boto/contrib/__init__.py
 
16
boto/contrib/m2helpers.py
 
17
boto/ec2/__init__.py
 
18
boto/ec2/connection.py
 
19
boto/ec2/image.py
 
20
boto/ec2/instance.py
 
21
boto/ec2/keypair.py
 
22
boto/ec2/securitygroup.py
 
23
boto/mturk/__init__.py
 
24
boto/mturk/connection.py
 
25
boto/mturk/notification.py
 
26
boto/mturk/price.py
 
27
boto/mturk/qualification.py
 
28
boto/mturk/question.py
 
29
boto/s3/__init__.py
 
30
boto/s3/acl.py
 
31
boto/s3/bucket.py
 
32
boto/s3/bucketlistresultset.py
 
33
boto/s3/connection.py
 
34
boto/s3/key.py
 
35
boto/s3/prefix.py
 
36
boto/s3/user.py
 
37
boto/services/__init__.py
 
38
boto/services/commandlineservice.py
 
39
boto/services/convertvideo.py
 
40
boto/services/get_log.py
 
41
boto/services/get_results.py
 
42
boto/services/service.py
 
43
boto/services/start_service.py
 
44
boto/services/submit_files.py
 
45
boto/sqs/__init__.py
 
46
boto/sqs/attributes.py
 
47
boto/sqs/connection.py
 
48
boto/sqs/message.py
 
49
boto/sqs/queue.py
 
50
doc/ec2-tut.txt
 
51
doc/s3_tut.txt
 
52
doc/sqs_tut.txt
 
53
tests/__init__.py
 
54
tests/test_ec2connection.py
 
55
tests/test_s3connection.py
 
56
tests/test_sqsconnection.py