Skip to content

Commit 0e5d381

Browse files
committed
move example
1 parent f6f6580 commit 0e5d381

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

en/_en-test.py renamed to en/examples/en.pv

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
# Put the en library in the same folder as your script so NodeBox can find
22
# the library. It takes some time to load all the data the first time.
3-
try:
4-
# This is the statement you normally use.
5-
en = ximport("en")
6-
except:
7-
# But since these examples are "inside" the library
8-
# we may need to try something different when
9-
# the library is not located in /Application Support
10-
en = ximport("__init__")
3+
import en
114

125
# LEXICAL CATEGORIZATION ############################################################
136

0 commit comments

Comments
 (0)