scyther/gui/Scyther
Cas Cremers 7e3f0ed73b BUGFIX: Reverted use of shlex.
Shlex is only intended to work for Unix-like shells, and using it on
Windows causes problems. We now resort to simply always using the shell
on Unix-like platforms (as our command input is always a string, and not
an array). On Windows, the string input is always okay, even when not
using the shell.

This is a follow-up to a bug report by M. Kammerer on failing Windows
installs.
2013-12-09 09:07:47 +00:00
..
__init__.py Updating time stamps for next release. 2013-10-05 23:56:12 +01:00
.gitignore - Added some ignore patterns. 2007-05-21 13:56:00 +02:00
Attack.py Updating time stamps for next release. 2013-10-05 23:56:12 +01:00
Claim.py Updating time stamps for next release. 2013-10-05 23:56:12 +01:00
Error.py Updating time stamps for next release. 2013-10-05 23:56:12 +01:00
Misc.py BUGFIX: Reverted use of shlex. 2013-12-09 09:07:47 +00:00
Scyther.py Updating time stamps for next release. 2013-10-05 23:56:12 +01:00
Term.py Updating time stamps for next release. 2013-10-05 23:56:12 +01:00
Trace.py Updating time stamps for next release. 2013-10-05 23:56:12 +01:00
XMLReader.py Updating time stamps for next release. 2013-10-05 23:56:12 +01:00