-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ability to access file contents during commit operations and of uncom…
…mitted files (#795) * Ability to access file contents during commit operations and of uncommitted files. * Fetch FOAF from web archive (currently unavailable). * Automatically transfer files between wrappers.
- Loading branch information
Showing
5 changed files
with
165 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
"""Developer tools.""" | ||
|
||
from simphony_osp.interfaces.interface import Interface as Wrapper | ||
from simphony_osp.interfaces.remote.common import get_hash | ||
from simphony_osp.ontology.operations import Operations, find_operations | ||
|
||
__all__ = ["Operations", "Wrapper", "find_operations"] | ||
__all__ = ["Operations", "Wrapper", "find_operations", "get_hash"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters