Plugins/CheckerPlugins/CodeStyleChecker/__init__.py

Sat, 08 Apr 2017 19:23:04 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 08 Apr 2017 19:23:04 +0200
changeset 5683
66b11f5171e8
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
permissions
-rw-r--r--

Fixed an issue causing eric to not start with Python2 anymore.

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

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

"""
Package containing the code style checker and fixer plug-in.
"""

eric ide

mercurial