Files
scyther/gui/Scyther
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
..
2012-04-24 13:56:51 +02:00
2007-05-21 13:56:00 +02:00
2012-04-24 13:56:51 +02:00
2012-04-24 13:56:51 +02:00
2012-04-24 13:56:51 +02:00
2012-04-24 13:56:51 +02:00
2012-04-24 13:56:51 +02:00