eric6_snap.pyw

Fri, 30 Sep 2016 19:44:01 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 30 Sep 2016 19:44:01 +0200
changeset 5189
8fa3e3d379d1
parent 4631
5c1a96925da4
child 5389
9b1c800daff3
permissions
-rw-r--r--

Fixed an issue causing the temporary file created while the web browser history is saved to be left in the temporary area.

# -*- coding: utf-8 -*-

# Copyright (c) 2012 - 2016 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Module implementing the Windows entry point.
"""

from __future__ import unicode_literals

from eric6_snap import main

main()

eric ide

mercurial