devtools/__init__.py
branchstable
changeset 7129 455b503fb7ff
parent 7112 bb27cc300040
child 7214 70538ea2532d
--- a/devtools/__init__.py	Mon Mar 28 18:53:54 2011 +0200
+++ b/devtools/__init__.py	Mon Mar 28 18:56:55 2011 +0200
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -127,7 +127,6 @@
 
 class TestServerConfiguration(ServerConfiguration):
     mode = 'test'
-    set_language = False
     read_instance_schema = False
     init_repository = True