소스 검색

Declare character encoding of python script

Samuel Thibault 6 년 전
부모
커밋
1c35b01a4c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tools/starpu_trace_state_stats.py

+ 2 - 1
tools/starpu_trace_state_stats.py

@@ -1,9 +1,10 @@
 #!/usr/bin/python
+# -*- coding: utf-8 -*-
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2017                                     CNRS
 # Copyright (C) 2016                                     Inria
-# Copyright (C) 2016,2017                                Université de Bordeaux
+# Copyright (C) 2016,2017-2018                           Université de Bordeaux
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by