tests are passing again after package renaming

This commit is contained in:
gwen
2012-07-23 14:52:08 +02:00
parent a871cab083
commit 45ff59aea2
12 changed files with 26 additions and 26 deletions

View File

@ -3,8 +3,8 @@
import autopath
from py.test import raises
from config import *
from option import *
from tiramisu.config import *
from tiramisu.option import *
def make_description():
gcoption = ChoiceOption('name', 'GC name', ['ref', 'framework'], 'ref')