Make _version module semi-private
This commit is contained in:
@@ -48,7 +48,7 @@ copyright = u'2012'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
execfile(os.path.join(os.path.dirname(__file__), '../happybase/version.py'))
|
||||
execfile(os.path.join(os.path.dirname(__file__), '../happybase/_version.py'))
|
||||
version = __version__
|
||||
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
HappyBase, a pythonic interface for HBase using Thrift
|
||||
"""
|
||||
|
||||
from .version import __version__
|
||||
from ._version import __version__
|
||||
|
||||
from .api import *
|
||||
|
||||
Reference in New Issue
Block a user