Skip to content

Commit d68792f

Browse files
committed
path fix
Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
1 parent 0ca365d commit d68792f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

crispy/__init__.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
1818
# USA.
1919

20-
import crispy
21-
import duplicate_name_exception
22-
import missing_value_exception
23-
import no_arguments_exception
24-
import parsing_exception
25-
import too_many_subcommands_exception
26-
import unexpected_argument_exception
20+
from . import crispy
21+
from . import duplicate_name_exception
22+
from . import missing_value_exception
23+
from . import no_arguments_exception
24+
from . import parsing_exception
25+
from . import too_many_subcommands_exception
26+
from . import unexpected_argument_exception
2727

2828
VERSION = "2.0.2"
2929
__all__ = [

0 commit comments

Comments
 (0)