Commit ecf5edf1 authored by Toby Boyd's avatar Toby Boyd Committed by GitHub
Browse files

Merge pull request #1800 from txizzle/master

Fixing urllib import in slim_walkthrough notebook
parents 3b13e8b7 4a6420a4
...@@ -818,7 +818,7 @@ ...@@ -818,7 +818,7 @@
"import tensorflow as tf\n", "import tensorflow as tf\n",
"\n", "\n",
"try:\n", "try:\n",
" import urllib2\n", " import urllib2 as urllib\n",
"except ImportError:\n", "except ImportError:\n",
" import urllib.request as urllib\n", " import urllib.request as urllib\n",
"\n", "\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment