We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6cf65 commit b7b38a4Copy full SHA for b7b38a4
README.rst
@@ -185,8 +185,8 @@ part of nginx configuration file from a remote server::
185
186
# nginx.conf
187
188
- python 'from urllib import URLopener';
189
- python 'URLopener().retrieve("http://127.0.0.1:8888/nginx.conf", "/tmp/nginx.conf")';
+ python 'import urllib';
+ python 'urllib.FancyURLopener().retrieve("http://127.0.0.1:8888/nginx.conf", "/tmp/nginx.conf")';
190
191
include /tmp/nginx.conf;
192
0 commit comments