Skip to content

Commit

Permalink
Removed trailing comma from import list
Browse files Browse the repository at this point in the history
  • Loading branch information
Øyvind Evju committed Feb 14, 2014
1 parent 24af0f4 commit 3fb4748
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 3fb4748

Please sign in to comment.