Fix a Python syntax error discovered by #77

pull/78/head
Christian Clauss 2020-06-03 14:32:46 +02:00 committed by GitHub
parent e7156e1cfa
commit d7cf32a652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
raise ImportError,'the nn_tools.Caffe.net is no longer used, please use nn_tools.Caffe.caffe_net'
raise ImportError('the nn_tools.Caffe.net is no longer used, please use nn_tools.Caffe.caffe_net')