add encoding=utf-8

This commit is contained in:
wangWking 2022-04-21 17:37:03 +08:00
parent b34f476582
commit efd4376374
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# -*- coding: utf-8 -*-
import time import time
import rospy import rospy
# from mycobot_communication.srv import * # from mycobot_communication.srv import *

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# -*- coding: utf-8 -*-
import time import time
import os import os
import sys import sys

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python2 #!/usr/bin/env python2
# -*- coding: utf-8 -*-
import time import time
import os import os
import sys import sys