Skip to content

Commit

Permalink
Use happybase.version in __init__ to stay DRY.
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd DeLuca committed May 21, 2012
1 parent 63573cd commit 5366974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion happybase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
HappyBase, a pythonic interface for HBase using Thrift
"""

__version__ = '0.1'
from .version import __version__

from .api import *

0 comments on commit 5366974

Please sign in to comment.