eric6_qregexp.pyw@66e9b129897e
eric6_qregexp.pyw
Sat, 29 Oct 2016 09:35:01 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 29 Oct 2016 09:35:01 +0200
- branch
- 6_1_x
- changeset 5281
- 66e9b129897e
- parent 4632
-
ca310db386ed
- child 5389
-
9b1c800daff3
- permissions
- -rw-r--r--
Fixed an issue in the Mercurial rebase dialog where some radio buttons could be unchecked resulting in no option selected.
(grafted from 929f7984ba8b52328ce36be80c5c36ed4b3032aa)
# -*- 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()