--- a/_apycotlib/checkers/python.py Mon Oct 28 18:03:54 2013 +0100
+++ b/_apycotlib/checkers/python.py Fri Nov 29 19:08:00 2013 +0100
@@ -64,7 +64,7 @@
elif distname.startswith('cubicweb-'):
cubespdir = join(os.environ['APYCOT_ROOT'], 'local', 'share', 'cubicweb')
pypath = cubespdir + os.pathsep + os.environ.get('PYTHONPATH', '')
- test.update_env(test.tconfig.name, 'PYTHONPATH', pypath, os.pathsep)
+ test.update_env(test.tconfig['name'], 'PYTHONPATH', pypath, os.pathsep)
return join(cubespdir, 'cubes', modname)
if modname:
try: