File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,3 @@ def registerplugins():
49
49
plugin .register (
50
50
'SQLAlchemy' , Store ,
51
51
'rdflib_sqlalchemy.SQLAlchemy' , 'SQLAlchemy' )
52
-
53
- # # Work in progress
54
- # plugin.register(
55
- # 'SQLAlchemyBase', store.Store,
56
- # 'rdflib_sqlalchemy.SQLAlchemyBase', 'SQLAlchemy')
Original file line number Diff line number Diff line change 3
3
4
4
plugin .register ('SQLAlchemy' , store .Store ,
5
5
'rdflib_sqlalchemy.SQLAlchemy' , 'SQLAlchemy' )
6
-
7
- plugin .register ('SQLAlchemyASS' , store .Store ,
8
- 'rdflib_sqlalchemy.SQLAlchemyASS' , 'SQLAlchemy' )
9
-
10
- plugin .register ('SQLAlchemyBase' , store .Store ,
11
- 'rdflib_sqlalchemy.SQLAlchemyBase' , 'SQLAlchemy' )
12
-
13
- plugin .register ('SQLAlchemyFOPL' , store .Store ,
14
- 'rdflib_sqlalchemy.SQLAlchemyFOPL' , 'SQLAlchemy' )
You can’t perform that action at this time.
0 commit comments