getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] [getfem-commits] branch master updated: reverting tempo


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] branch master updated: reverting tempory modification for import getfem
Date: Fri, 03 Apr 2020 05:30:55 -0400

This is an automated email from the git hooks/post-receive script.

renard pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new 2a5db21  reverting tempory modification for import getfem
2a5db21 is described below

commit 2a5db21976e60ca5881ec3f941bf919cf5d2f6ce
Author: Yves Renard <address@hidden>
AuthorDate: Fri Apr 3 11:30:46 2020 +0200

    reverting tempory modification for import getfem
---
 bin/extract_doc                  | 2 +-
 interface/src/python/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/extract_doc b/bin/extract_doc
index 72bdf25..3d5788c 100755
--- a/bin/extract_doc
+++ b/bin/extract_doc
@@ -1622,7 +1622,7 @@ except ImportError:
 
 from numpy import *
 
-from ._getfem import *
+from _getfem import *
 obj_count = {}
 getfem('workspace', 'clear all')
 
diff --git a/interface/src/python/__init__.py b/interface/src/python/__init__.py
index d0cb235..1971861 100644
--- a/interface/src/python/__init__.py
+++ b/interface/src/python/__init__.py
@@ -13,4 +13,4 @@ __LICENSE__ = """\
 GetFEM++ is free software; you can redistribute it and/or modify it under the 
terms of the GNU Lesser General Public License as published by the Free 
Software Foundation; either version 3 of the License, or (at your option) any 
later version along with the GCC Runtime Library Exception either version 3.1 
or (at your option) any later version. This program is distributed in the hope 
that it will be useful, but WITHOUT ANY WARRANTY; without even the implied 
warranty of MERCHANTABILITY or F [...]
 """
 
-from .getfem import *
+from getfem import *



reply via email to

[Prev in Thread] Current Thread [Next in Thread]