scyther/gui/Gui
Cas Cremers 9e13d07b6e BUGFIX: Invoking Scyther scripts from non-standard directories or using symlinks should work consistently now.
Before, we were using both __file__ as well as sys.argv[0] to determine the base directory
for Scyther, and we were not taking symlinks into account.

By using the inspect module, we can consistently pick the current frame and derive
the file from that, then use realpath to strip symlinks.
2013-05-01 14:16:12 +02:00
..
__init__.py Updated dates. 2012-04-24 13:56:51 +02:00
About.py Updated dates. 2012-04-24 13:56:51 +02:00
Attackwindow.py Updated dates. 2012-04-24 13:56:51 +02:00
Editor.py Updated dates. 2012-04-24 13:56:51 +02:00
Error.py Updated dates. 2012-04-24 13:56:51 +02:00
Icon.py BUGFIX: Invoking Scyther scripts from non-standard directories or using symlinks should work consistently now. 2013-05-01 14:16:12 +02:00
Mainwindow.py BUGFIX: Opening files was not always performing as expected. Fixed now. 2012-10-02 13:42:48 +02:00
Makeimage.py Synchronising MPA branch with compromise branch where possible. 2012-04-25 17:03:51 +02:00
Misc.py BUGFIX: Invoking Scyther scripts from non-standard directories or using symlinks should work consistently now. 2013-05-01 14:16:12 +02:00
Preference.py Synchronising MPA branch with compromise branch where possible. 2012-04-25 17:03:51 +02:00
Scytherthread.py Synchronising MPA branch with compromise branch where possible. 2012-04-25 17:03:51 +02:00
Settingswindow.py Updated dates. 2012-04-24 13:56:51 +02:00
Temporary.py Updated dates. 2012-04-24 13:56:51 +02:00
Version.py Updated dates. 2012-04-24 13:56:51 +02:00