Skip to content

Commit

Permalink
Merge pull request #40 from alexei/feature/python3
Browse files Browse the repository at this point in the history
Prepare for 1.0.1
  • Loading branch information
alexei authored Dec 14, 2017
2 parents a3e6cb9 + a3b4e6a commit e28e684
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 18 deletions.
2 changes: 0 additions & 2 deletions adapters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-



from .adapters import * # noqa
from .fields import * # noqa
3 changes: 0 additions & 3 deletions adapters/adapters.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-




import collections
import copy
import six
Expand Down
3 changes: 0 additions & 3 deletions adapters/base.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-




from .helpers import get_attribute
from .utils import undefined

Expand Down
2 changes: 0 additions & 2 deletions adapters/fields.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-



import datetime
import dateutil.parser
from decimal import Decimal
Expand Down
3 changes: 0 additions & 3 deletions adapters/helpers.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-




import collections

from .utils import undefined
Expand Down
3 changes: 0 additions & 3 deletions adapters/meta.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-




import collections

from .base import BaseField
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
setup(
name='python-adapters',
packages=['adapters'],
version='1.0.0',
version='1.0.1',
description='Python adapters',
author='Alexei',
author_email='[email protected]',
url='https://github.com/alexei/python-adapters',
download_url='https://github.com/alexei/python-adapters/archive/1.0.0.tar.gz', # noqa
download_url='https://github.com/alexei/python-adapters/archive/1.0.1.tar.gz', # noqa
keywords=['adapter pattern']
)

0 comments on commit e28e684

Please sign in to comment.