Преглед изворни кода

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