This repository was archived by the owner on Apr 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from deep-security/new-sdk
Tool now uses v2 of deepsecurity-py
- Loading branch information
Showing
166 changed files
with
1,878 additions
and
56,147 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
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 +1,9 @@ | ||
import manager | ||
# make sure we add the current path structure to sys.path | ||
# this is required to import local dependencies | ||
import sys | ||
import os | ||
current_path = os.path.dirname(os.path.realpath(__file__)) | ||
sys.path.append(current_path) | ||
|
||
# import project files as required | ||
import dsm |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.