index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall/__init__.py | 2 |
diff --git a/archinstall/__init__.py b/archinstall/__init__.py index e2c7ea62..82bba81e 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -14,6 +14,7 @@ from .lib.packages import * from .lib.output import * from .lib.storage import * from .lib.hardware import * +from .lin.plugins import plugins __version__ = "2.2.0" @@ -32,7 +33,6 @@ for arg in sys.argv[1:]: else: positionals.append(arg) - # TODO: Learn the dark arts of argparse... # (I summon thee dark spawn of cPython) |