Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Version 9.03a
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmonk committed Apr 18, 2015
1 parent 9f9b17f commit b020e40
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Code/EnginesWindows.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def mas(cm):
mas(cm)

cm = ConfigMotor("simplex", "Antonio Torrecillas", "0.9.8", "http://sites.google.com/site/barajandotrebejos/" )
cm.path = "simplex-098-32-ja.exe"
cm.path = "Windows/simplex-098-32-ja.exe"
cm.elo = 2396
mas(cm)

Expand Down
2 changes: 1 addition & 1 deletion Code/Init.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DEBUG = False
VERSION = "9.03"
VERSION = "9.03a"

import sys

Expand Down
Binary file modified Locale/az/LC_MESSAGES/lucaschess.mo
Binary file not shown.
1 change: 0 additions & 1 deletion Lucas.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os
import sys


reload(sys)
sys.setdefaultencoding("latin-1")
sys.path.append(os.curdir)
Expand Down
2 changes: 1 addition & 1 deletion bug.log
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version 9.03
Version 9.03a

0 comments on commit b020e40

Please sign in to comment.