Beremiz_service.py
changeset 2002 15cd0000350d
parent 2000 9fa2f8ede5d6
child 2018 983c482f8e42
child 2177 10aa87518401
equal deleted inserted replaced
2000:9fa2f8ede5d6 2002:15cd0000350d
     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)