From 61bd98faa4d10a4791669f4f1c196268a6178a4e Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 31 Oct 2012 21:50:43 -0700 Subject: swig work on top and hier --- python/gras/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 python/gras/__init__.py (limited to 'python/gras/__init__.py') diff --git a/python/gras/__init__.py b/python/gras/__init__.py new file mode 100644 index 0000000..6a836a6 --- /dev/null +++ b/python/gras/__init__.py @@ -0,0 +1 @@ +from GRASElements import * -- cgit