setlr 0.2.8__tar.gz → 0.2.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,10 @@
1
1
  #!/Users/jimmccusker/opt/ipython/bin/python
2
- # EASY-INSTALL-ENTRY-SCRIPT: 'setlr==0.2.8','console_scripts','setlr'
3
- __requires__ = 'setlr==0.2.8'
2
+ # EASY-INSTALL-ENTRY-SCRIPT: 'setlr==0.2.9','console_scripts','setlr'
3
+ __requires__ = 'setlr==0.2.9'
4
4
  import sys
5
5
  from pkg_resources import load_entry_point
6
6
 
7
7
  if __name__ == '__main__':
8
8
  sys.exit(
9
- load_entry_point('setlr==0.2.8', 'console_scripts', 'setlr')()
9
+ load_entry_point('setlr==0.2.9', 'console_scripts', 'setlr')()
10
10
  )
@@ -707,7 +707,7 @@ def load(load_resource, resources):
707
707
  for used in load_resource[prov.used]:
708
708
  if used[RDF.type : setl.Persisted]:
709
709
  to_disk = True
710
- file_graph = Dataset(store='Sleeptcat', default_union=True)
710
+ file_graph = Dataset(store='Sleepycat', default_union=True)
711
711
  tempdir = tempfile.mkdtemp()
712
712
  logger.debug("Gathering %s into %s", load_resource.identifier, tempdir)
713
713
  file_graph.store.open(tempdir, True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: setlr
3
- Version: 0.2.8
3
+ Version: 0.2.9
4
4
  Summary: setlr is a tool for Semantic Extraction, Transformation, and Loading.
5
5
  Home-page: http://packages.python.org/setlr
6
6
  Author: Jim McCusker