10000 Fix debug hack better · python/mypy@b4f83eb · GitHub
[go: up one dir, main page]

Skip to content

Commit b4f83eb

Browse files
author
Guido van Rossum
committed
Fix debug hack better
1 parent 6be0f3e commit b4f83e
8000
b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

mypy/version.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@
33

44
__version__ = '0.4.6-dev'
55
base_version = __version__
6-
7-
## mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
8-
## if git.is_git_repo(mypy_dir) and git.have_git():
9-
## __version__ += '-' + git.git_revision(mypy_dir).decode('utf-8')
10-
## if git.is_dirty(mypy_dir):
11-
## __version__ += '-dirty'
12-
## del mypy_dir

0 commit comments

Comments
 (0)
0