[test] fix bad merge stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 24 Apr 2013 14:36:41 +0200
branchstable
changeset 8908 1eefbe171b59
parent 8890 57ffd0e0643d
child 8909 f46b017db2d9
[test] fix bad merge
web/test/unittest_viewselector.py
--- a/web/test/unittest_viewselector.py	Tue Apr 16 13:44:01 2013 +0200
+++ b/web/test/unittest_viewselector.py	Wed Apr 24 14:36:41 2013 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -47,11 +47,6 @@
                  cwsources.ManageSourcesAction,
                  debug.SiteInfoAction]
 
-if hasattr(rdf, 'RDFView') is not None: # not available if rdf lib not installed
-    RDFVIEWS = [('rdf', rdf.RDFView)]
-
-assert RDFVIEWS
-
 if hasattr(rdf, 'RDFView'): # not available if rdflib not installed
     RDFVIEWS = [('rdf', rdf.RDFView)]
 else: