Skip to content

Commit

Permalink
Merge pull request #118 from cham423/fix
Browse files Browse the repository at this point in the history
minor import path fix
  • Loading branch information
Plazmaz authored Nov 24, 2020
2 parents 6f3d10b + 991e29d commit 3719e47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pastehunter/inputs/ixio.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import List, Any, Dict, Union, Pattern

from common import base62_decode, base62_encode
from inputs.base_input import BasePasteSite
from pastehunter.inputs.base_input import BasePasteSite

logger = logging.getLogger('pastehunter')

Expand Down
2 changes: 1 addition & 1 deletion pastehunter/inputs/pastebin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import logging
from datetime import datetime

from inputs.base_input import BasePasteSite
from pastehunter.inputs.base_input import BasePasteSite

logger = logging.getLogger('pastehunter')

Expand Down
2 changes: 1 addition & 1 deletion pastehunter/inputs/slexy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from time import sleep
from typing import Any, Dict, Optional, List, Union

from inputs.base_input import BasePasteSite
from pastehunter.inputs.base_input import BasePasteSite

logger = logging.getLogger('pastehunter')

Expand Down

0 comments on commit 3719e47

Please sign in to comment.