Skip to content

Commit

Permalink
published release
Browse files Browse the repository at this point in the history
  • Loading branch information
GChristensen committed Oct 15, 2019
1 parent 6d6dca8 commit eff7aa6
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 3,046 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##### xx.10.2019 (v.0.5.0)
##### 15.10.2019 (v.0.5.0)
* Migrated to Python 3.8
* Updated Cairo graphics library to the recent version (1.16.0)
* Dropped support of "~/.ensocommands" file
Expand Down
8 changes: 3 additions & 5 deletions enso/scripts/run_enso.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
import win32con
import shutil

from optparse import OptionParser
from win32com.shell import shell, shellcon

import enso
from enso import config

Expand All @@ -21,11 +24,6 @@
from enso.platform.win32.taskbar import SysTrayIcon
from enso.contrib import retreat


from optparse import OptionParser

from win32com.shell import shell, shellcon

sys.path.append(config.ENSO_DIR)
sys.path.append(os.path.join(config.ENSO_DIR, "lib"))
sys.path.append(os.path.join(config.ENSO_USER_DIR, "lib"))
Expand Down
Binary file not shown.
Loading

0 comments on commit eff7aa6

Please sign in to comment.