commit: 0bf65c519cb9190fa5fffe66cd644606e5d67bb1 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Mon Dec 25 23:38:31 2017 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Mon Dec 25 23:38:31 2017 +0000 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=0bf65c51
grs/__init__.py: import Netboot class grs/Interpret.py | 1 + grs/__init__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/grs/Interpret.py b/grs/Interpret.py index 7bdfa01..d6fdad9 100644 --- a/grs/Interpret.py +++ b/grs/Interpret.py @@ -27,6 +27,7 @@ from grs.ISOIt import ISOIt from grs.Log import Log from grs.Kernel import Kernel from grs.MountDirectories import MountDirectories +from grs.Netboot import Netboot from grs.PivotChroot import PivotChroot from grs.Populate import Populate from grs.RunScript import RunScript diff --git a/grs/__init__.py b/grs/__init__.py index fb1b64b..4c5f585 100644 --- a/grs/__init__.py +++ b/grs/__init__.py @@ -25,6 +25,7 @@ from grs.ISOIt import ISOIt from grs.Log import Log from grs.Kernel import Kernel from grs.MountDirectories import MountDirectories +from grs.Netboot import Netboot from grs.PivotChroot import PivotChroot from grs.Populate import Populate from grs.Rotator import Rotator
