Browse Source

lower-case PEP263 encoding declaration

so emacs likes it...
IOhannes m zmölnig 5 năm trước cách đây
mục cha
commit
71cac7ab8d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      port/PyAssimp/pyassimp/structs.py

+ 1 - 1
port/PyAssimp/pyassimp/structs.py

@@ -1,4 +1,4 @@
-#-*- coding: UTF-8 -*-
+#-*- coding: utf-8 -*-
 
 
 from ctypes import POINTER, c_void_p, c_uint, c_char, c_float, Structure, c_char_p, c_double, c_ubyte, c_size_t, c_uint32
 from ctypes import POINTER, c_void_p, c_uint, c_char, c_float, Structure, c_char_p, c_double, c_ubyte, c_size_t, c_uint32