Import relative

This commit is contained in:
ful1e5
2021-04-24 16:52:22 +05:30
parent 73aa9058af
commit 00aa7a9447
+2 -2
View File
@@ -4,8 +4,8 @@
import argparse import argparse
from pathlib import Path from pathlib import Path
from bxpkg.configure import get_config from bxbuild.configure import get_config
from bxpkg.generator import Info, build, wbuild, xbuild from bxbuild.generator import Info, build, wbuild, xbuild
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
prog="breezex_builder", prog="breezex_builder",