Skip to content

Commit

Permalink
Fix example downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 2, 2016
1 parent f4d00cc commit ffadcde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/download-examples-from-wiki.py
@@ -1,7 +1,7 @@
from __future__ import absolute_import
from __future__ import print_function
#! /usr/bin/env python

from __future__ import absolute_import, print_function

import six.moves.xmlrpc_client
destwiki = six.moves.xmlrpc_client.ServerProxy("http://wiki.tiker.net?action=xmlrpc2")

Expand Down

0 comments on commit ffadcde

Please sign in to comment.