diff --git a/contrib/py-bindings/gfmodule.c b/contrib/py-bindings/gfmodule.c index 9786cedde..cc6db6f64 100644 --- a/contrib/py-bindings/gfmodule.c +++ b/contrib/py-bindings/gfmodule.c @@ -1,3 +1,7 @@ +// GF Python bindings +// Jordi Saludes 2010 +// + #include #include "pgf.h" diff --git a/contrib/py-bindings/test.py b/contrib/py-bindings/test.py index 3f6919fe8..46164b126 100644 --- a/contrib/py-bindings/test.py +++ b/contrib/py-bindings/test.py @@ -1,4 +1,9 @@ #!/usr/bin/env python +# GF Python bindings +# Jordi Saludes 2010 +# + + import gf import unittest