Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit f89f4f1

Browse files
author
DirectiveAthena
committed
Feat: rename of func
1 parent a51f041 commit f89f4f1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Tests/ColorObjects/test_ColorObjectConversions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Custom Library
99
from AthenaColor import *
10-
from AthenaColor.functions.color_object_conversion import *
10+
from AthenaColor.func.color_object_conversion import *
1111

1212
# Custom Packages
1313
# ----------------------------------------------------------------------------------------------------------------------

Tests/Functions/test_BlendModes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Custom Library
99
from AthenaColor import *
10-
from AthenaColor.functions.blend_modes import *
10+
from AthenaColor.func.blend_modes import *
1111

1212

1313
# Custom Packages

Tests/Functions/test_DunderFunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import unittest
77

88
# Custom Library
9-
from AthenaColor.functions.dunder_functions import *
9+
from AthenaColor.func.dunder_functions import *
1010

1111
# Custom Packages
1212

src/AthenaColor/data/style.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Custom Library
88

99
# Custom Packages
10-
from AthenaColor.functions.ansi_sequences import color_sequence, color_sequence_nested, color_sequence_nested_no_reset
10+
from AthenaColor.func.ansi_sequences import color_sequence, color_sequence_nested, color_sequence_nested_no_reset
1111

1212
# ----------------------------------------------------------------------------------------------------------------------
1313
# - All -

0 commit comments

Comments
 (0)