8000 Fix debug hack · python/mypy@6be0f3e · GitHub
[go: up one dir, main page]

Skip to content

Commit 6be0f3e

Browse files
author
Guido van Rossum
committed
Fix debug hack
1 parent c82cb38 commit 6be0f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from mypy import git
33

44
__version__ = '0.4.6-dev'
5-
## base_version = __version__
5+
base_version = __version__
66

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

0 commit comments

Comments
 (0)
0