print 'Illegal move combination.'

This commit is contained in:
Petr Viktorin 2011-04-27 13:33:08 +03:00
parent 0f28e1ebda
commit cb78144e8d

View file

@ -1362,6 +1362,9 @@ def main(argv):
print print
print 'Done' print 'Done'
if no_results:
print 'Illegal move combination.'
return (not no_results) return (not no_results)
if __name__ == '__main__': if __name__ == '__main__':