summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 9be98bb9..37621d26 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -1,11 +1,12 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
-
-# clean-notes: sort and clean the notes stored in notes.git
+#
# Copyright © 2015 Mattia Rizzolo <mattia@mapreri.org>
# Licensed under GPL-2+
#
# Depends: python3
+#
+# This is included by all reproducible_*.py scripts, it cotains common functions
import os
import re