diff options
| -rw-r--r-- | contrib/py-bindings/gfmodule.c | 4 | ||||
| -rw-r--r-- | contrib/py-bindings/test.py | 5 |
2 files changed, 9 insertions, 0 deletions
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 <Python.h> #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 |
