Skip to content

Commit

Permalink
Fix relative import for compat with python < 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Nov 9, 2012
1 parent 1351d2d commit 7aaa6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bunch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

__all__ = ('Bunch', 'bunchify','unbunchify',)

from .python3_compat import *
from bunch.python3_compat import u, iteritems, iterkeys

class Bunch(dict):
""" A dictionary that provides attribute-style access.
Expand Down

0 comments on commit 7aaa6fa

Please sign in to comment.