From 02df05df3948f03fccc1dde50f329624788707de Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 25 Nov 2022 03:16:30 +0200 Subject: [PATCH] Update colors.py --- octosuite.egg-info/entry_points.txt | 2 ++ octosuite/colors.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 octosuite.egg-info/entry_points.txt diff --git a/octosuite.egg-info/entry_points.txt b/octosuite.egg-info/entry_points.txt new file mode 100644 index 0000000..ef7d5ff --- /dev/null +++ b/octosuite.egg-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +octosuite = octosuite.main:octosuite diff --git a/octosuite/colors.py b/octosuite/colors.py index e3bfd8e..487ff93 100644 --- a/octosuite/colors.py +++ b/octosuite/colors.py @@ -1,6 +1,6 @@ import psutil import platform -from richt.tree import Tree +from rich.tree import Tree from datetime import datetime