浏览代码

Make labours.py runnable

Vadim Markovtsev 7 年之前
父节点
当前提交
3c44f04c8a
共有 3 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      README.md
  2. 0 0
      fix_yaml_unicode.py
  3. 1 0
      labours.py

+ 1 - 1
README.md

@@ -208,7 +208,7 @@ python3 labours.py [--text-size] [--relative]
 
 
 `--text-size` changes the font size, `--relative` activate the stretched burndown layout.
 `--text-size` changes the font size, `--relative` activate the stretched burndown layout.
 
 
-### custom plotting backend
+### Custom plotting backend
 
 
 It is possible to output all the information needed to draw the plots in JSON format.
 It is possible to output all the information needed to draw the plots in JSON format.
 Simply append `.json` to the output (`-o`) and you are done. The data format is not fully
 Simply append `.json` to the output (`-o`) and you are done. The data format is not fully

+ 0 - 0
fix_yaml_unicode.py


+ 1 - 0
labours.py

@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
 import argparse
 import argparse
 from datetime import datetime, timedelta
 from datetime import datetime, timedelta
 import io
 import io