Skip to content

Commit 8765fd9

Browse files
committed
Rolled back to non-fancy url opener in the example.
1 parent fd16d72 commit 8765fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ part of nginx configuration file from a remote server::
186186
# nginx.conf
187187

188188
python 'import urllib';
189-
python 'urllib.FancyURLopener().retrieve("http://127.0.0.1:8888/nginx.conf", "/tmp/nginx.conf")';
189+
python 'urllib.URLopener().retrieve("http://127.0.0.1:8888/nginx.conf", "/tmp/nginx.conf")';
190190

191191
include /tmp/nginx.conf;
192192

0 commit comments

Comments
 (0)