missed require change

This commit is contained in:
Kelvin Jin 2017-12-06 13:48:35 -08:00
parent ed78037353
commit 11416e9d70
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
// limitations under the License. // limitations under the License.
// //
'use strict'; 'use strict';
var grpc = require('grpc'); var grpc = require('../..');
var math_math_pb = require('../math/math_pb.js'); var math_math_pb = require('../math/math_pb.js');
function serialize_DivArgs(arg) { function serialize_DivArgs(arg) {