2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-12 00:06:36 +00:00

fix: Add bench.cli namespace

This commit is contained in:
Gavin D'souza 2020-09-24 13:35:47 +05:30
parent 28067f6f9c
commit 2f0b508d2e

View File

@ -9,6 +9,7 @@ import git
# imports - module imports
import bench
import bench.cli
import bench.utils
from bench.release import get_bumped_version
from bench.tests.test_base import FRAPPE_BRANCH, TestBenchBase