blob: 428ffe2b34a296cf2eb437aa1954c128f01597aa [file] [log] [blame]
Jan Tattermuscheae8fc42016-02-04 10:06:26 -08001from grpc.beta import implementations
2
3# This code doesn't do much but makes sure the native extension is loaded
4# which is what we are testing here.
5channel = implementations.insecure_channel('localhost', 1000)
6del channel
7print 'Success!'