Skip to content

Commit

Permalink
Merge pull request #1 from oyvinev/v1.3.0-mod
Browse files Browse the repository at this point in the history
Removed trailing comma from import list
  • Loading branch information
mikaem committed Feb 15, 2014
2 parents 24af0f4 + 3fb4748 commit 2574e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fenicstools/WeightedGradient.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__copyright__ = "Copyright (C) 2013 " + __author__
__license__ = "GNU Lesser GPL version 3 or any later version"
import os, inspect
from dolfin import compile_extension_module, Function, FunctionSpace, assemble, TrialFunction, TestFunction, dx, Matrix,
from dolfin import compile_extension_module, Function, FunctionSpace, assemble, TrialFunction, TestFunction, dx, Matrix

fem_folder = os.path.abspath(os.path.join(inspect.getfile(inspect.currentframe()), "../fem"))
gradient_code = open(os.path.join(fem_folder, 'gradient_weight.cpp'), 'r').read()
Expand Down

0 comments on commit 2574e13

Please sign in to comment.