diff options
Diffstat (limited to 'scripts/lib/wic/kickstart')
| -rw-r--r-- | scripts/lib/wic/kickstart/custom_commands/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/wic/kickstart/custom_commands/__init__.py b/scripts/lib/wic/kickstart/custom_commands/__init__.py index f84c6d9e00..b4e613de4c 100644 --- a/scripts/lib/wic/kickstart/custom_commands/__init__.py +++ b/scripts/lib/wic/kickstart/custom_commands/__init__.py | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | from micpartition import Mic_Partition | 1 | from micpartition import Mic_Partition |
| 2 | from micpartition import Mic_PartData | 2 | from micpartition import Mic_PartData |
| 3 | from partition import Wic_Partition | 3 | from partition import Wic_Partition |
| 4 | from partition import Wic_PartData | ||
| 4 | 5 | ||
| 5 | __all__ = ( | 6 | __all__ = ( |
| 6 | "Mic_Partition", | 7 | "Mic_Partition", |
