You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/08 19:24:06 UTC

[GitHub] piiswrong commented on a change in pull request #8993: Fix compatibility of examples with py3

piiswrong commented on a change in pull request #8993: Fix compatibility of examples with py3
URL: https://github.com/apache/incubator-mxnet/pull/8993#discussion_r155855108
 
 

 ##########
 File path: example/rcnn/rcnn/core/tester.py
 ##########
 @@ -15,13 +15,14 @@
 # specific language governing permissions and limitations
 # under the License.
 
-import cPickle
+from six.moves import cPickle
 
 Review comment:
   can you do it without adding six?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services