mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Remove duplicate code.
This commit is contained in:
parent
6bb9097406
commit
cfe9a5a9a3
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ PACKAGE = 'PySolFC'
|
||||||
TITLE = 'PySol'
|
TITLE = 'PySol'
|
||||||
PACKAGE_URL = 'http://pysolfc.sourceforge.net/'
|
PACKAGE_URL = 'http://pysolfc.sourceforge.net/'
|
||||||
|
|
||||||
VERSION = '2.5.3'
|
VERSION_TUPLE = (2, 5, 4)
|
||||||
VERSION_TUPLE = (2, 5, 3)
|
VERSION = '.'.join(map(str, VERSION_TUPLE))
|
||||||
|
|
||||||
# Tk windowing system (auto set up in init.py)
|
# Tk windowing system (auto set up in init.py)
|
||||||
WIN_SYSTEM = 'x11' # win32, x11, aqua, classic
|
WIN_SYSTEM = 'x11' # win32, x11, aqua, classic
|
||||||
|
|
Loading…
Add table
Reference in a new issue