UtilitiesPython2/py2flakes/__init__.py

Wed, 02 Apr 2014 19:08:31 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 02 Apr 2014 19:08:31 +0200
branch
5_4_x
changeset 3470
741ab2eecaf9
parent 3160
209a07d7e401
child 3212
27a73942b8c8
child 3551
d608f3f42d71
permissions
-rw-r--r--

Fixed an issue in the Mercurial annotate dialog causing user names with spaces to not being shown correctly.
(grafted from 53a53c45a3f0bd47fbe53b8cdcf68394384d8cb1)

# -*- coding: utf-8 -*-

# Copyright (c) 2011 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package containg pyflakes for Python2.
"""

__version__ = '0.5.0'
    
#
# eflag: FileType = Python2

eric ide

mercurial