Skip to content

Commit

Permalink
Fix debug hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido van Rossum committed Nov 15, 2016
1 parent c82cb38 commit 6be0f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from mypy import git

__version__ = '0.4.6-dev'
## base_version = __version__
base_version = __version__

## mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
## if git.is_git_repo(mypy_dir) and git.have_git():
Expand Down

0 comments on commit 6be0f3e

Please sign in to comment.