eric6_diff.pyw@c16a52652af5
eric6_diff.pyw
Mon, 15 Dec 2014 19:20:07 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 15 Dec 2014 19:20:07 +0100
- changeset 3970
- c16a52652af5
- parent 3670
-
f0cb7579c0b4
- child 4021
-
195a471c327b
- permissions
- -rw-r--r--
Removed the Indent and Unindent action from the edit toolbar because these are readily available via the keyboard (tab and shift-tab).
# -*- coding: utf-8 -*-
# Copyright (c) 2011 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module implementing the Windows entry point.
"""
from eric6_diff import main
main()