~styluseater/swift/lp610583

« back to all changes in this revision

Viewing changes to swift/common/__init__.py

  • Committer: Tarmac
  • Author(s): Monty Taylor
  • Date: 2010-07-26 15:27:29 UTC
  • mfrom: (40.1.1 fix-pep8)
  • Revision ID: hudson@openstack.org-20100726152729-4dz6gc11ky2qvffi
Fixed PEP8 warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
ACCOUNT_LISTING_LIMIT = 10000
4
4
CONTAINER_LISTING_LIMIT = 10000
5
5
FILE_SIZE_LIMIT = 5368709122
6