Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/arjan/backup/gaphor/trunk/gaphor@308 a8418922-720d-0410-834f-a69b97ada669
  • Loading branch information
amolenaar committed May 14, 2004
1 parent 79e1cc4 commit 4383f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/genUML2.py
Expand Up @@ -31,8 +31,8 @@ def base__getitem__(self, key):
base.__getitem__ = base__getitem__

# redefine 'bool' for Python version < 2.3
#if map(int, sys.version[:3].split('.')) < [2, 3]:
# header = header + "bool = int\n"
if map(int, sys.version[:3].split('.')) < [2, 3]:
header = header + "bool = int\n"

def msg(s):
sys.stderr.write(' ')
Expand Down

0 comments on commit 4383f1f

Please sign in to comment.