equal
deleted
inserted
replaced
1 |
|
2 #!/usr/bin/env python |
1 #!/usr/bin/env python |
3 # -*- coding: utf-8 -*- |
2 # -*- coding: utf-8 -*- |
4 |
3 |
5 # This file is part of Beremiz, a Integrated Development Environment for |
4 # This file is part of Beremiz, a Integrated Development Environment for |
6 # programming IEC 61131-3 automates supporting plcopen standard and CanFestival. |
5 # programming IEC 61131-3 automates supporting plcopen standard and CanFestival. |
677 except KeyboardInterrupt: |
676 except KeyboardInterrupt: |
678 pass |
677 pass |
679 |
678 |
680 pyroserver.Quit() |
679 pyroserver.Quit() |
681 sys.exit(0) |
680 sys.exit(0) |
682 ys.exit(0) |
|