remove obsolete relation module
This commit is contained in:
parent
20fc095950
commit
5dac623011
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
# scopes.storage.relation
|
||||
|
||||
"""An SQL-based relationship engine using RDF-like triples."""
|
||||
|
||||
from scopes.storage.common import registerContainerClass
|
||||
from scopes.storage.tracking import Container, Track
|
||||
|
||||
|
||||
class Triple(Track):
|
||||
|
||||
headFields = ['first', 'second', 'pred']
|
||||
prefix = 'rel'
|
||||
|
Loading…
Add table
Reference in a new issue