Skip to content

Commit

Permalink
Packaging refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesridgway committed Dec 23, 2020
1 parent 1bdb3d0 commit 234f6c2
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 5 deletions.
Empty file removed devdeck/core/settings/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from cerberus import Validator

from devdeck.core.control_context import ControlContext
from devdeck.core.settings.control_validation_error import ControlValidationError
from devdeck_core.control_context import ControlContext
from devdeck_core.settings.control_validation_error import ControlValidationError


class DeckControlContextBlock(Exception):
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

from devdeck.core.controls.deck_control import DeckControl
from devdeck_core.controls.deck_control import DeckControl


class DeckController(DeckControl):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from devdeck.core.settings.cerberus_utils import CerberusUtils
from devdeck_core.settings.cerberus_utils import CerberusUtils


class ControlValidationError(Exception):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from assertpy import assert_that

from devdeck.core.settings.control_validation_error import ControlValidationError
from devdeck_core.settings.control_validation_error import ControlValidationError


class TestControlValidationError:
Expand Down

0 comments on commit 234f6c2

Please sign in to comment.