Skip to content

Commit

Permalink
fixing conflicts from previous refactor attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
txbm committed Oct 14, 2013
2 parents 2d52f28 + be87ffa commit b24cdf2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions TODO.md
@@ -0,0 +1,2 @@
* Add connection pooling
* Add options for split_size uploads, parallel uploads and reduced redundancy storge for insensitive data.
2 changes: 1 addition & 1 deletion assetman/__init__.py
Expand Up @@ -11,4 +11,4 @@ def create_blob(data):
return Asset(data)

def create_image(data, height, width, mimetype):
return Image(data, height, width, mimetype)
return Image(data, height, width, mimetype)
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -4,7 +4,11 @@

setup(
name='assetman',
<<<<<<< HEAD
version='0.0.2',
=======
version='0.1',
>>>>>>> be87ffa6fa2fc0d0bca3ba570445746cacda6e26
url='http://github.com/petermelias/assetman',
license='BSD',
author='Peter M. Elias',
Expand Down

0 comments on commit b24cdf2

Please sign in to comment.