We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fastnmclient
1 parent 276fa8e commit 45eaeccCopy full SHA for 45eaecc
scripts/config_build.txt
@@ -7,13 +7,14 @@
7
./modules/uploaddir/* modules/uploaddir
8
./modules/variables/* modules/variables
9
10
-
11
DEPENDENCIES/repy_v2/*
12
DEPENDENCIES/portability/*
13
DEPENDENCIES/seattlelib_v2/*
14
DEPENDENCIES/affix/*
15
DEPENDENCIES/affix/components/*
16
DEPENDENCIES/common/*
+DEPENDENCIES/nodemanager/fastsigneddata.py
17
+
18
19
# Tests
20
test DEPENDENCIES/utf/*
seash_helper.py
@@ -43,7 +43,9 @@
43
# For loadstate and savestate
44
serialize = dy_import_module("serialize.r2py")
45
46
-nmclient = dy_import_module("nmclient.r2py")
+# Use fastnmclient rather than the Repy implementation
47
+# (See SeattleTestbed/seash#83)
48
+import fastnmclient as nmclient
49
50
51
0 commit comments