david / django-storages
Support for many storages (S3, MogileFS, etc) in Django.
Clone this repository (size: 177.1 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-storages
| commit 70: | 5fa7267dc86a |
| parent 69: | a94fbaa77983 |
| branch: | default |
Typo in import
Changed (Δ1 byte):
raw changeset »
backends/s3boto.py (1 lines added, 1 lines removed)
Up to file-list backends/s3boto.py:
| … | … | @@ -9,7 +9,7 @@ from django.core.exceptions import Impro |
9 |
9 |
try: |
10 |
10 |
from boto.s3.connection import S3Connection |
11 |
11 |
from boto.s3.key import Key |
12 |
from boto.exception |
|
12 |
from boto.exception import S3CreateError |
|
13 |
13 |
except ImportError: |
14 |
14 |
raise ImproperlyConfigured, "Could not load Boto's S3 bindings.\ |
15 |
15 |
\nSee http://code.google.com/p/boto/" |
