Rework the default JOY_HOME contents.

This commit is contained in:
Simon Forman
2018-07-21 20:19:38 -07:00
parent 33a952ff71
commit f96362a904
6 changed files with 102 additions and 196 deletions
+1 -3
View File
@@ -15,6 +15,7 @@ from joy.gui.utils import init_home, argparser, FileFaker
args = argparser.parse_args()
JOY_HOME = args.joy_home
repo = init_home(JOY_HOME)
_log = logging.getLogger(__name__)
@@ -25,9 +26,6 @@ logging.basicConfig(
)
repo = init_home(JOY_HOME)
from joy.gui.textwidget import TextViewerWidget, tk, get_font, TEXT_BINDINGS
from joy.gui.world import StackDisplayWorld
from joy.library import initialize