Permalink
Browse files

Fix imports broken in the libstr.py change.

  • Loading branch information...
Andy Chu
Andy Chu committed Jan 8, 2018
1 parent 4a12881 commit 27cde8c66f9007d2a6a4d595bd5e4c9e692963fe
Showing with 2 additions and 2 deletions.
  1. +2 −0 core/libstr.py
  2. +0 −2 core/word_eval.py
View
@@ -13,6 +13,8 @@
var y = x -> sub( g/a*/, 'b', :ALL)
"""
import re
from core import glob_
from core.id_kind import Id
View
@@ -2,8 +2,6 @@
word_eval.py - Evaluator for the word language.
"""
import glob
import re
import sys
from core import braces

0 comments on commit 27cde8c

Please sign in to comment.