← Back to team overview

ffc team mailing list archive

import bug

 

In a bunch of places

  from ffc.common.util import *

and

  from util import *

should be replaced by

  from ffc.common.utils import *

and

  from utils import *

Also, a lot of debugging output is being generated.

Garth



Follow ups