eric6_qregexp.pyw@83ab5275f255
eric6_qregexp.pyw
Mon, 07 Nov 2016 22:26:01 +0100
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Mon, 07 Nov 2016 22:26:01 +0100
- changeset 5303
- 83ab5275f255
- parent 4631
-
5c1a96925da4
- child 5389
-
9b1c800daff3
- permissions
- -rw-r--r--
Take over pull request #593 to ignore variables starting with "def" or "class" on code E305.
# -*- coding: utf-8 -*-
# Copyright (c) 2011 - 2016 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module implementing the Windows entry point.
"""
from __future__ import unicode_literals
from eric6_qregexp import main
main()