diff -r 76995d3f926f -r eb01ab7aeb06 eric6/eric6_qregexp.pyw --- a/eric6/eric6_qregexp.pyw Sun Oct 11 17:58:00 2020 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright (c) 2011 - 2020 Detlev Offenbach <detlev@die-offenbachs.de> -# - -""" -Module implementing the Windows entry point. -""" - - -from eric6_qregexp import main - -main()