Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Sim4n6 committed Jun 13, 2021
1 parent 7e8c6f2 commit e7891be
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ vulture = "*"
rope = "*"
twine = "*"
bump2version = "*"
build = "*"

[requires]
python_version = "3.8"
17 changes: 16 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions slack_handler/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
import sys
import tempfile

import slack
from slack_handler import slack

try:
import pyewf
import pytsk3

import ewf
from slack_handler import ewf
except ModuleNotFoundError as e:
print("A module is not installed.", e, file=sys.stderr)
sys.exit(1)
Expand Down
2 changes: 1 addition & 1 deletion slack_handler/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**************************************************************************************.
"""

import utils
from slack_handler import utils


class slack:
Expand Down

0 comments on commit e7891be

Please sign in to comment.