eric6_qregexp.pyw

Wed, 26 Oct 2016 21:51:39 +0200

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Wed, 26 Oct 2016 21:51:39 +0200
changeset 5278
efd21f457e06
parent 4631
5c1a96925da4
child 5389
9b1c800daff3
permissions
-rw-r--r--

Fix the variable filter for Python 3.

# -*- 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()

eric ide

mercurial