diff --git a/bin/silkaj b/bin/silkaj index 13aa69ab5842fed7c6c607a76c790af187a04076..dc58e9d678e5905749ef78b7be5cc36b97bb5ea1 100755 --- a/bin/silkaj +++ b/bin/silkaj @@ -17,7 +17,7 @@ You should have received a copy of the GNU Affero General Public License along with Silkaj. If not, see <https://www.gnu.org/licenses/>. """ -from silkaj.cli_tools import cli +from silkaj.cli import cli if __name__ == "__main__": cli(obj={}) diff --git a/silkaj/cli_tools.py b/silkaj/cli.py similarity index 100% rename from silkaj/cli_tools.py rename to silkaj/cli.py