diff --git a/examples/download-examples-from-wiki.py b/examples/download-examples-from-wiki.py index 459d797f13d895b3e4a90e0a8b145a1f6fd698b4..0f8ea87527baeb492f2a264c476ac45f4ccff02d 100755 --- a/examples/download-examples-from-wiki.py +++ b/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")