Move is_numerical() to joy.gui.utils.

This commit is contained in:
Simon Forman
2019-08-03 19:02:24 -07:00
parent 177d6cd433
commit a3f863ff18
3 changed files with 11 additions and 10 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ import os, sys
from joy.utils.stack import stack_to_string
from .mousebindings import MouseBindingsMixin
from .world import World, is_numerical
from .utils import is_numerical
from .world import World
def make_gui(dictionary):