diff --git a/api/__init__.py b/api/__init__.py index 7ed83dc2e..214e3a216 100644 --- a/api/__init__.py +++ b/api/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack Core diff --git a/api/config.py b/api/config.py index 124ae7ce1..08e5a3ba5 100644 --- a/api/config.py +++ b/api/config.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack Core diff --git a/api/dkim.py b/api/dkim.py index e61466180..a6c029706 100644 --- a/api/dkim.py +++ b/api/dkim.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack Core diff --git a/api/errors.py b/api/errors.py index 50a695dac..78ffa78fd 100644 --- a/api/errors.py +++ b/api/errors.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack Core diff --git a/api/nginx/wsgi.py b/api/nginx/wsgi.py index a730f9a7d..d8d897273 100644 --- a/api/nginx/wsgi.py +++ b/api/nginx/wsgi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/api/parameters.py b/api/parameters.py index 850cd1059..15813171a 100644 --- a/api/parameters.py +++ b/api/parameters.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack Core diff --git a/api/resolver.py b/api/resolver.py index 9a4c3631e..6bb194fc1 100644 --- a/api/resolver.py +++ b/api/resolver.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack Core diff --git a/api/search/attributes_index.py b/api/search/attributes_index.py index 426855537..12622efb6 100644 --- a/api/search/attributes_index.py +++ b/api/search/attributes_index.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Search diff --git a/api/search/basic_index.py b/api/search/basic_index.py index 04cd53c4e..9afb48574 100644 --- a/api/search/basic_index.py +++ b/api/search/basic_index.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Search diff --git a/api/search/config.py b/api/search/config.py index e14bcbaeb..09f91e391 100644 --- a/api/search/config.py +++ b/api/search/config.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Search diff --git a/api/search/db.py b/api/search/db.py index 87b7a0bd2..7b16d7aee 100644 --- a/api/search/db.py +++ b/api/search/db.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Search diff --git a/api/search/fetch_data.py b/api/search/fetch_data.py index 868e57bb7..59dc801d9 100644 --- a/api/search/fetch_data.py +++ b/api/search/fetch_data.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Search diff --git a/api/search/lucene_index.py b/api/search/lucene_index.py index 3c56d05c3..41b96c1ba 100644 --- a/api/search/lucene_index.py +++ b/api/search/lucene_index.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Search diff --git a/api/search/server.py b/api/search/server.py index 5bf11c492..f6086239f 100644 --- a/api/search/server.py +++ b/api/search/server.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Search diff --git a/api/search/substring_search.py b/api/search/substring_search.py index 7f786d7db..5f87c3791 100644 --- a/api/search/substring_search.py +++ b/api/search/substring_search.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Search diff --git a/api/search/utils.py b/api/search/utils.py index 2ef3ad5f0..f91fb99ea 100644 --- a/api/search/utils.py +++ b/api/search/utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Search diff --git a/api/server.py b/api/server.py index 5aad1dd45..d1dae6e14 100644 --- a/api/server.py +++ b/api/server.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack Core diff --git a/api/utils.py b/api/utils.py index 076bac096..12784d762 100644 --- a/api/utils.py +++ b/api/utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack Core diff --git a/bin/blockstack-api b/bin/blockstack-api index 62bbff35b..955424b6f 100755 --- a/bin/blockstack-api +++ b/bin/blockstack-api @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/bin/blockstack-core b/bin/blockstack-core index dea221478..e1dee910f 100755 --- a/bin/blockstack-core +++ b/bin/blockstack-core @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/__init__.py b/blockstack/__init__.py index 8d4616770..d69b6bd75 100644 --- a/blockstack/__init__.py +++ b/blockstack/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/blockstackd.py b/blockstack/blockstackd.py index 9c4b3030e..91c472fb9 100644 --- a/blockstack/blockstackd.py +++ b/blockstack/blockstackd.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/__init__.py b/blockstack/lib/__init__.py index ec6faa0f7..e0442beec 100644 --- a/blockstack/lib/__init__.py +++ b/blockstack/lib/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/atlas.py b/blockstack/lib/atlas.py index 7caa6a102..98bb96d13 100644 --- a/blockstack/lib/atlas.py +++ b/blockstack/lib/atlas.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/b40.py b/blockstack/lib/b40.py index a980384ac..94e1995e5 100644 --- a/blockstack/lib/b40.py +++ b/blockstack/lib/b40.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/config.py b/blockstack/lib/config.py index 9a3568b6a..99a7c9c63 100644 --- a/blockstack/lib/config.py +++ b/blockstack/lib/config.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/consensus.py b/blockstack/lib/consensus.py index 24e61d262..f1f58b665 100644 --- a/blockstack/lib/consensus.py +++ b/blockstack/lib/consensus.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/fast_sync.py b/blockstack/lib/fast_sync.py index 8f371b979..e15abc555 100644 --- a/blockstack/lib/fast_sync.py +++ b/blockstack/lib/fast_sync.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/hashing.py b/blockstack/lib/hashing.py index ea0854683..f38160f4d 100644 --- a/blockstack/lib/hashing.py +++ b/blockstack/lib/hashing.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/nameset/__init__.py b/blockstack/lib/nameset/__init__.py index 2a6d64de6..8579fb3de 100644 --- a/blockstack/lib/nameset/__init__.py +++ b/blockstack/lib/nameset/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/nameset/db.py b/blockstack/lib/nameset/db.py index 977a31afd..f20fb1771 100644 --- a/blockstack/lib/nameset/db.py +++ b/blockstack/lib/nameset/db.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/nameset/namedb.py b/blockstack/lib/nameset/namedb.py index 6cdcc9464..b817fef3e 100644 --- a/blockstack/lib/nameset/namedb.py +++ b/blockstack/lib/nameset/namedb.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/nameset/virtualchain_hooks.py b/blockstack/lib/nameset/virtualchain_hooks.py index bad195dec..dd1a949c7 100644 --- a/blockstack/lib/nameset/virtualchain_hooks.py +++ b/blockstack/lib/nameset/virtualchain_hooks.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/operations/__init__.py b/blockstack/lib/operations/__init__.py index fc9e65751..e90f96208 100644 --- a/blockstack/lib/operations/__init__.py +++ b/blockstack/lib/operations/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/operations/announce.py b/blockstack/lib/operations/announce.py index d5e3d8d7a..c7f46491e 100644 --- a/blockstack/lib/operations/announce.py +++ b/blockstack/lib/operations/announce.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/operations/nameimport.py b/blockstack/lib/operations/nameimport.py index 0e83ea481..f8bdcf384 100644 --- a/blockstack/lib/operations/nameimport.py +++ b/blockstack/lib/operations/nameimport.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/operations/namespacepreorder.py b/blockstack/lib/operations/namespacepreorder.py index 431a91109..9bb47443a 100644 --- a/blockstack/lib/operations/namespacepreorder.py +++ b/blockstack/lib/operations/namespacepreorder.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/operations/namespaceready.py b/blockstack/lib/operations/namespaceready.py index 5d8ed353c..c3a661d98 100644 --- a/blockstack/lib/operations/namespaceready.py +++ b/blockstack/lib/operations/namespaceready.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/operations/namespacereveal.py b/blockstack/lib/operations/namespacereveal.py index 2b5fd5358..e849ddc58 100644 --- a/blockstack/lib/operations/namespacereveal.py +++ b/blockstack/lib/operations/namespacereveal.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/operations/preorder.py b/blockstack/lib/operations/preorder.py index 091c9af86..1e532c62d 100644 --- a/blockstack/lib/operations/preorder.py +++ b/blockstack/lib/operations/preorder.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/operations/register.py b/blockstack/lib/operations/register.py index 73688ab82..4eec0a501 100644 --- a/blockstack/lib/operations/register.py +++ b/blockstack/lib/operations/register.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/operations/revoke.py b/blockstack/lib/operations/revoke.py index 34b7ad999..2305e949f 100644 --- a/blockstack/lib/operations/revoke.py +++ b/blockstack/lib/operations/revoke.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/operations/transfer.py b/blockstack/lib/operations/transfer.py index 95d0ad20f..2f099508d 100644 --- a/blockstack/lib/operations/transfer.py +++ b/blockstack/lib/operations/transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/operations/update.py b/blockstack/lib/operations/update.py index ac0db816d..f241fa986 100644 --- a/blockstack/lib/operations/update.py +++ b/blockstack/lib/operations/update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/scripts.py b/blockstack/lib/scripts.py index e3a9d4f8c..01ea89ba5 100644 --- a/blockstack/lib/scripts.py +++ b/blockstack/lib/scripts.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/storage/__init__.py b/blockstack/lib/storage/__init__.py index b48ef0e47..592e4733c 100644 --- a/blockstack/lib/storage/__init__.py +++ b/blockstack/lib/storage/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/storage/auth.py b/blockstack/lib/storage/auth.py index 5cc387323..aec3c8e7e 100644 --- a/blockstack/lib/storage/auth.py +++ b/blockstack/lib/storage/auth.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack/lib/storage/crawl.py b/blockstack/lib/storage/crawl.py index baeb2825b..6e66a154d 100644 --- a/blockstack/lib/storage/crawl.py +++ b/blockstack/lib/storage/crawl.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack_client/__init__.py b/blockstack_client/__init__.py index 49c5ac29c..112621ea1 100644 --- a/blockstack_client/__init__.py +++ b/blockstack_client/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/actions.py b/blockstack_client/actions.py index b902f46f6..eb98ef4ad 100644 --- a/blockstack_client/actions.py +++ b/blockstack_client/actions.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/blockstack_client/app.py b/blockstack_client/app.py index 22c695119..05da6bf2f 100644 --- a/blockstack_client/app.py +++ b/blockstack_client/app.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/blockstack_client/b40.py b/blockstack_client/b40.py index e66d02b34..179a19d8e 100644 --- a/blockstack_client/b40.py +++ b/blockstack_client/b40.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack_client/backend/blockchain.py b/blockstack_client/backend/blockchain.py index ddf06061f..07c1c3a68 100644 --- a/blockstack_client/backend/blockchain.py +++ b/blockstack_client/backend/blockchain.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/backend/drivers/__init__.py b/blockstack_client/backend/drivers/__init__.py index d24a7ac47..69740163d 100644 --- a/blockstack_client/backend/drivers/__init__.py +++ b/blockstack_client/backend/drivers/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/backend/drivers/_skel.py b/blockstack_client/backend/drivers/_skel.py index 50b2de297..007d11247 100644 --- a/blockstack_client/backend/drivers/_skel.py +++ b/blockstack_client/backend/drivers/_skel.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack_client/backend/drivers/blockstack_resolver.py b/blockstack_client/backend/drivers/blockstack_resolver.py index 4fd81f2e0..c61f78c29 100644 --- a/blockstack_client/backend/drivers/blockstack_resolver.py +++ b/blockstack_client/backend/drivers/blockstack_resolver.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/backend/drivers/blockstack_server.py b/blockstack_client/backend/drivers/blockstack_server.py index 8be52f83a..f72ce3934 100644 --- a/blockstack_client/backend/drivers/blockstack_server.py +++ b/blockstack_client/backend/drivers/blockstack_server.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/backend/drivers/common.py b/blockstack_client/backend/drivers/common.py index 35497b131..ea1ea7984 100644 --- a/blockstack_client/backend/drivers/common.py +++ b/blockstack_client/backend/drivers/common.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/backend/drivers/dht.py b/blockstack_client/backend/drivers/dht.py index 7880f5117..f15967c1f 100644 --- a/blockstack_client/backend/drivers/dht.py +++ b/blockstack_client/backend/drivers/dht.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/backend/drivers/disk.py b/blockstack_client/backend/drivers/disk.py index b7b933106..ae56fcf3d 100644 --- a/blockstack_client/backend/drivers/disk.py +++ b/blockstack_client/backend/drivers/disk.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/backend/drivers/dropbox.py b/blockstack_client/backend/drivers/dropbox.py index 433fda038..05726e964 100644 --- a/blockstack_client/backend/drivers/dropbox.py +++ b/blockstack_client/backend/drivers/dropbox.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/backend/drivers/gdrive.py b/blockstack_client/backend/drivers/gdrive.py index 5092b2f50..472dc75e9 100644 --- a/blockstack_client/backend/drivers/gdrive.py +++ b/blockstack_client/backend/drivers/gdrive.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/backend/drivers/http.py b/blockstack_client/backend/drivers/http.py index 0eb35b730..c6d4cb7b0 100644 --- a/blockstack_client/backend/drivers/http.py +++ b/blockstack_client/backend/drivers/http.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/backend/drivers/onedrive.py b/blockstack_client/backend/drivers/onedrive.py index dabe20f25..d64ce3157 100644 --- a/blockstack_client/backend/drivers/onedrive.py +++ b/blockstack_client/backend/drivers/onedrive.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/backend/drivers/s3.py b/blockstack_client/backend/drivers/s3.py index ed970a313..ddf8bcdad 100644 --- a/blockstack_client/backend/drivers/s3.py +++ b/blockstack_client/backend/drivers/s3.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Blockstack-client ~~~~~ diff --git a/blockstack_client/backend/drivers/test.py b/blockstack_client/backend/drivers/test.py index ef23c5c84..272f1ec4c 100644 --- a/blockstack_client/backend/drivers/test.py +++ b/blockstack_client/backend/drivers/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/backend/drivers/webdav.py b/blockstack_client/backend/drivers/webdav.py index 27b6c0bb0..f5891c5f9 100644 --- a/blockstack_client/backend/drivers/webdav.py +++ b/blockstack_client/backend/drivers/webdav.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/blockstack_client/backend/registrar.py b/blockstack_client/backend/registrar.py index b1be6bca6..3e6d5df8f 100644 --- a/blockstack_client/backend/registrar.py +++ b/blockstack_client/backend/registrar.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/backend/utxo/__init__.py b/blockstack_client/backend/utxo/__init__.py index 558d93d20..a8b4bc4f4 100644 --- a/blockstack_client/backend/utxo/__init__.py +++ b/blockstack_client/backend/utxo/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ diff --git a/blockstack_client/cli.py b/blockstack_client/cli.py index a11a34b6f..ad808bce0 100644 --- a/blockstack_client/cli.py +++ b/blockstack_client/cli.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/blockstack_client/client.py b/blockstack_client/client.py index a2235e168..5bdcfde7d 100644 --- a/blockstack_client/client.py +++ b/blockstack_client/client.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/config.py b/blockstack_client/config.py index bfabfdd48..70e6ad4a0 100644 --- a/blockstack_client/config.py +++ b/blockstack_client/config.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/blockstack_client/constants.py b/blockstack_client/constants.py index 5437770e3..03a81a5bf 100644 --- a/blockstack_client/constants.py +++ b/blockstack_client/constants.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/blockstack_client/data.py b/blockstack_client/data.py index c0e886d75..3581144f6 100644 --- a/blockstack_client/data.py +++ b/blockstack_client/data.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/keys.py b/blockstack_client/keys.py index 55f6682c7..1a1e4ca75 100644 --- a/blockstack_client/keys.py +++ b/blockstack_client/keys.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/logger.py b/blockstack_client/logger.py index aa1c390e0..7a96abfd3 100644 --- a/blockstack_client/logger.py +++ b/blockstack_client/logger.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/blockstack_client/method_parser.py b/blockstack_client/method_parser.py index 24ce2dd72..8de0df2df 100644 --- a/blockstack_client/method_parser.py +++ b/blockstack_client/method_parser.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/operations/__init__.py b/blockstack_client/operations/__init__.py index eee97084e..2e7a6314f 100644 --- a/blockstack_client/operations/__init__.py +++ b/blockstack_client/operations/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/operations/announce.py b/blockstack_client/operations/announce.py index 8f4df017a..d6e7de6cf 100644 --- a/blockstack_client/operations/announce.py +++ b/blockstack_client/operations/announce.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/operations/nameimport.py b/blockstack_client/operations/nameimport.py index 05450fece..79e872718 100644 --- a/blockstack_client/operations/nameimport.py +++ b/blockstack_client/operations/nameimport.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/operations/namespacepreorder.py b/blockstack_client/operations/namespacepreorder.py index b3cc0a646..3e9526846 100644 --- a/blockstack_client/operations/namespacepreorder.py +++ b/blockstack_client/operations/namespacepreorder.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/operations/namespaceready.py b/blockstack_client/operations/namespaceready.py index 4137d3a67..93bf62cd5 100644 --- a/blockstack_client/operations/namespaceready.py +++ b/blockstack_client/operations/namespaceready.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/operations/namespacereveal.py b/blockstack_client/operations/namespacereveal.py index 9aa46cd6b..2f63d041a 100644 --- a/blockstack_client/operations/namespacereveal.py +++ b/blockstack_client/operations/namespacereveal.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/operations/preorder.py b/blockstack_client/operations/preorder.py index 522406034..ebda46814 100644 --- a/blockstack_client/operations/preorder.py +++ b/blockstack_client/operations/preorder.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/operations/register.py b/blockstack_client/operations/register.py index 10827939b..3e39f79ec 100644 --- a/blockstack_client/operations/register.py +++ b/blockstack_client/operations/register.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/operations/revoke.py b/blockstack_client/operations/revoke.py index ad7d0f614..862f7e2c5 100644 --- a/blockstack_client/operations/revoke.py +++ b/blockstack_client/operations/revoke.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/operations/transfer.py b/blockstack_client/operations/transfer.py index 4997be2c0..b1a7a4368 100644 --- a/blockstack_client/operations/transfer.py +++ b/blockstack_client/operations/transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/operations/update.py b/blockstack_client/operations/update.py index 92e8c9b7c..e2a762062 100644 --- a/blockstack_client/operations/update.py +++ b/blockstack_client/operations/update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/profile.py b/blockstack_client/profile.py index d10730be6..14cff2777 100644 --- a/blockstack_client/profile.py +++ b/blockstack_client/profile.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/proxy.py b/blockstack_client/proxy.py index 5db3c9c11..373b4bfc6 100644 --- a/blockstack_client/proxy.py +++ b/blockstack_client/proxy.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/blockstack_client/rpc.py b/blockstack_client/rpc.py index 2f2c5bea3..db6c5c587 100644 --- a/blockstack_client/rpc.py +++ b/blockstack_client/rpc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/blockstack_client/rpc_runner.py b/blockstack_client/rpc_runner.py index 9e4e68d25..93d45e705 100644 --- a/blockstack_client/rpc_runner.py +++ b/blockstack_client/rpc_runner.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/blockstack_client/schemas.py b/blockstack_client/schemas.py index 614c6e6d4..d40b191cf 100644 --- a/blockstack_client/schemas.py +++ b/blockstack_client/schemas.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/blockstack_client/scripts.py b/blockstack_client/scripts.py index 1d7ce0234..c8387fa97 100644 --- a/blockstack_client/scripts.py +++ b/blockstack_client/scripts.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/snv.py b/blockstack_client/snv.py index 37aac8134..be4e17445 100644 --- a/blockstack_client/snv.py +++ b/blockstack_client/snv.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/storage.py b/blockstack_client/storage.py index 97a4232be..f58ab0fde 100644 --- a/blockstack_client/storage.py +++ b/blockstack_client/storage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/subdomains.py b/blockstack_client/subdomains.py index e3cbadb92..617102bc0 100644 --- a/blockstack_client/subdomains.py +++ b/blockstack_client/subdomains.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/tx.py b/blockstack_client/tx.py index 651713740..d01720946 100644 --- a/blockstack_client/tx.py +++ b/blockstack_client/tx.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/user.py b/blockstack_client/user.py index a5ae1c9c2..bfe1a7c8e 100644 --- a/blockstack_client/user.py +++ b/blockstack_client/user.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/utils.py b/blockstack_client/utils.py index c4d2f201f..3ea70c4be 100644 --- a/blockstack_client/utils.py +++ b/blockstack_client/utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/utxo.py b/blockstack_client/utxo.py index 57ecf05df..152505239 100644 --- a/blockstack_client/utxo.py +++ b/blockstack_client/utxo.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/blockstack_client/wallet.py b/blockstack_client/wallet.py index 90d323b1f..187d50f64 100644 --- a/blockstack_client/wallet.py +++ b/blockstack_client/wallet.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 from __future__ import print_function diff --git a/blockstack_client/zonefile.py b/blockstack_client/zonefile.py index d8f97affe..6e115e9e6 100644 --- a/blockstack_client/zonefile.py +++ b/blockstack_client/zonefile.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack-client diff --git a/integration_tests/bin/blockstack-test-check-serialization b/integration_tests/bin/blockstack-test-check-serialization index 8677045c5..1711ee96c 100755 --- a/integration_tests/bin/blockstack-test-check-serialization +++ b/integration_tests/bin/blockstack-test-check-serialization @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import os import sys diff --git a/integration_tests/blockstack_integration_tests/__init__.py b/integration_tests/blockstack_integration_tests/__init__.py index 79cabbfa0..7e5e21cb2 100644 --- a/integration_tests/blockstack_integration_tests/__init__.py +++ b/integration_tests/blockstack_integration_tests/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import scenarios import traceback diff --git a/integration_tests/blockstack_integration_tests/atlas_network.py b/integration_tests/blockstack_integration_tests/atlas_network.py index e5b51dfa5..e9e1a5d89 100644 --- a/integration_tests/blockstack_integration_tests/atlas_network.py +++ b/integration_tests/blockstack_integration_tests/atlas_network.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/__init__.py b/integration_tests/blockstack_integration_tests/scenarios/__init__.py index 3471799e9..a7e689c09 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/__init__.py +++ b/integration_tests/blockstack_integration_tests/scenarios/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi.py index 69e15cece..d1f2fb55a 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_preorder_register.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_preorder_register.py index b28626f56..289b7628e 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_preorder_register.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_preorder_register.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register.py index 23b94983d..6db37202b 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_followthrough.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_followthrough.py index 0b215a52b..6204a29b2 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_followthrough.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_followthrough.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_multi.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_multi.py index e5c06a660..28a98a038 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_multi.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_multi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_multipleblocks.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_multipleblocks.py index a25450fd8..20cc45d54 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_multipleblocks.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_multipleblocks.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_multipleblocks_snv.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_multipleblocks_snv.py index 5b3b8e09f..705dbf73c 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_multipleblocks_snv.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_multipleblocks_snv.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_nochangeaddress.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_nochangeaddress.py index 8b676c208..10ee8c4f7 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_nochangeaddress.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_nochangeaddress.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_update_transfer_renew_revoke_verify.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_update_transfer_renew_revoke_verify.py index b8b5c27e7..9e61729f0 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_update_transfer_renew_revoke_verify.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_update_transfer_renew_revoke_verify.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_update_transfer_renew_revoke_verify_snv.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_update_transfer_renew_revoke_verify_snv.py index 64e5041f5..98fd21db1 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_update_transfer_renew_revoke_verify_snv.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_multi_register_update_transfer_renew_revoke_verify_snv.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_blockstackurl.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_blockstackurl.py index 80f0da984..078b5ef7d 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_blockstackurl.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_blockstackurl.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_blockstackurl_nodatakey.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_blockstackurl_nodatakey.py index 9c05939a2..714b63617 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_blockstackurl_nodatakey.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_blockstackurl_nodatakey.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_blockstackurl_nozonefilekey.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_blockstackurl_nozonefilekey.py index 6ea26e05c..a503faf5a 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_blockstackurl_nozonefilekey.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_blockstackurl_nozonefilekey.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_file.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_file.py index faa0f3642..678e8e7db 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_file.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_file.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_file_benchmark.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_file_benchmark.py index 14baa2143..38d7a4fb4 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_file_benchmark.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_file_benchmark.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_file_nodatakey.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_file_nodatakey.py index d0f60f478..faa2599d5 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_file_nodatakey.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_file_nodatakey.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_gpg.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_gpg.py index 57c0e4923..959219893 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_gpg.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_gpg.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_gpg_nodatakey.py b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_gpg_nodatakey.py index 5c620fcad..e14741914 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_gpg_nodatakey.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/name_preorder_register_update_gpg_nodatakey.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/rest_stores.py b/integration_tests/blockstack_integration_tests/scenarios/attic/rest_stores.py index 80dd2a42b..5725d801b 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/rest_stores.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/rest_stores.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/rest_stores_rmtree.py b/integration_tests/blockstack_integration_tests/scenarios/attic/rest_stores_rmtree.py index 7bbd8bbcc..b114acdee 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/rest_stores_rmtree.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/rest_stores_rmtree.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/attic/rpc_register_multi_parallel.py b/integration_tests/blockstack_integration_tests/scenarios/attic/rpc_register_multi_parallel.py index 97880af31..0eec5aba3 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/attic/rpc_register_multi_parallel.py +++ b/integration_tests/blockstack_integration_tests/scenarios/attic/rpc_register_multi_parallel.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/convert_regtest_to_mainnet_name.py b/integration_tests/blockstack_integration_tests/scenarios/convert_regtest_to_mainnet_name.py index 7898a0bb3..19bddf595 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/convert_regtest_to_mainnet_name.py +++ b/integration_tests/blockstack_integration_tests/scenarios/convert_regtest_to_mainnet_name.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/issue469_1.py b/integration_tests/blockstack_integration_tests/scenarios/issue469_1.py index e61d38f78..f1106674c 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/issue469_1.py +++ b/integration_tests/blockstack_integration_tests/scenarios/issue469_1.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import.py b/integration_tests/blockstack_integration_tests/scenarios/name_import.py index 7638b8859..9ff6890b0 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_expire_isdead.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_expire_isdead.py index 9375c3a8e..9fc16dcff 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_expire_isdead.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_expire_isdead.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_expire_reregister.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_expire_reregister.py index 22031f93b..dd4de7eab 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_expire_reregister.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_expire_reregister.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_import_expire_reregister.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_import_expire_reregister.py index d31c4bfec..600221510 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_import_expire_reregister.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_import_expire_reregister.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_nextepoch_import_expire_reregister.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_nextepoch_import_expire_reregister.py index 65e35f446..41b18f66e 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_nextepoch_import_expire_reregister.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_nextepoch_import_expire_reregister.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew.py index e3bb284ab..1143ce359 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_nextepoch.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_nextepoch.py index f72351d7c..927e8a926 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_nextepoch.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_nextepoch.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_revoke.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_revoke.py index de2edd91f..7c057ce92 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_revoke.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_revoke.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_transfer.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_transfer.py index 56e7c94fe..7a59a87eb 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_transfer.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_transfer_expire_reregister.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_transfer_expire_reregister.py index 40bc0bf8a..1277b12f3 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_transfer_expire_reregister.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_transfer_expire_reregister.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_transfer_update.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_transfer_update.py index 6b8bec0d9..1bfe46051 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_transfer_update.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_transfer_update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_update.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_update.py index b59641889..6705e75e1 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_update.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_update_expire_reregister.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_update_expire_reregister.py index 42c4766e3..37b22293c 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_update_expire_reregister.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_update_expire_reregister.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_update_transfer.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_update_transfer.py index 38d3df2e1..6131bd87e 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_update_transfer.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_renew_update_transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_revoke.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_revoke.py index 49a51d990..d35a896f0 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_revoke.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_revoke.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_revoke_expire_reregister.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_revoke_expire_reregister.py index 73f107fc8..c0ef8d6a9 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_revoke_expire_reregister.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_revoke_expire_reregister.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update.py index 8e1d75393..ef16b2d62 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_multi_snv.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_multi_snv.py index 8755141ba..2de474ca9 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_multi_snv.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_multi_snv.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_snv.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_snv.py index 280add6b6..f61b2b65f 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_snv.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_snv.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer.py index 7aff069ff..5e9a489c8 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed.py index e3d085103..505b4091e 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed_multisig.py index 18cdd9323..35ef5fbcd 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed_multisig_delays.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed_multisig_delays.py index adeb3e148..f4c91b4e5 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed_multisig_delays.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed_multisig_delays.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed_multisig_singlesig.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed_multisig_singlesig.py index c9df27dd9..70124d9ab 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed_multisig_singlesig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_transfer_update_transfer_condensed_multisig_singlesig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_update_renew.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_update_renew.py index 7fccd6fb4..e8ee02d3f 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_update_renew.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_update_renew.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer.py index 5102163f6..6f67f79c6 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer_renew.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer_renew.py index bff615b62..50ceb0ec6 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer_renew.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer_renew.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer_revoke_verify_multi.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer_revoke_verify_multi.py index fbf69fa6b..764d703db 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer_revoke_verify_multi.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer_revoke_verify_multi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer_revoke_verify_multi_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer_revoke_verify_multi_multisig.py index e4264a69d..eafbb3168 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer_revoke_verify_multi_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer_revoke_verify_multi_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder.py index f13806b9d..525f5c0a2 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_cantmodify.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_cantmodify.py index 2050eada7..15e6fe1b3 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_cantmodify.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_cantmodify.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_expire.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_expire.py index 596fc0e68..4df776906 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_expire.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_expire.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_nextepoch_register.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_nextepoch_register.py index 2384edbea..e1cfc8268 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_nextepoch_register.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_nextepoch_register.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register.py index feaf599e8..5c7d4a5ba 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_announce.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_announce.py index 43c220641..3e9c1637d 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_announce.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_announce.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_cantsteal.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_cantsteal.py index e319b769d..cd65b32a8 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_cantsteal.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_cantsteal.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_collisions.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_collisions.py index d1208f1b9..f587131f9 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_collisions.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_collisions.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire.py index 7ea662902..2170ccd58 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_failure.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_failure.py index 02cf0dde6..81b15c309 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_failure.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_failure.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_isdead.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_isdead.py index b61fa5384..f99332b49 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_isdead.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_isdead.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_nextepoch_reregister.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_nextepoch_reregister.py index 9c24176c1..2bc06d917 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_nextepoch_reregister.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_nextepoch_reregister.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_reregister.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_reregister.py index 350bcad47..5c292ab0b 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_reregister.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_reregister.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_snv.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_snv.py index 5a633b35c..77e39cd69 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_snv.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_expire_snv.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_fast_sync.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_fast_sync.py index ed346a20a..3575598e3 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_fast_sync.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_fast_sync.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_multi_snv.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_multi_snv.py index 21bb6862d..e6727a8a6 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_multi_snv.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_multi_snv.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_multisig.py index 1b26596dc..a2bfa992c 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nextepoch_expire_reregister.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nextepoch_expire_reregister.py index c749629b4..df2087266 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nextepoch_expire_reregister.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nextepoch_expire_reregister.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nextepoch_register_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nextepoch_register_multisig.py index 92af28d24..975d51816 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nextepoch_register_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nextepoch_register_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nextepoch_renew.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nextepoch_renew.py index f0c276f2b..7a9379e8d 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nextepoch_renew.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nextepoch_renew.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nodups.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nodups.py index e0b9dea9a..2146d53eb 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nodups.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_nodups.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_portal.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_portal.py index e5baae068..26cd48779 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_portal.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_portal.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_portal_auth.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_portal_auth.py index 31cb9a764..1f5691ddd 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_portal_auth.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_portal_auth.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_portal_datastore.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_portal_datastore.py index 166101237..eb51caff4 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_portal_datastore.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_portal_datastore.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_quota.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_quota.py index ad9e81901..96b3938ce 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_quota.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_quota.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew.py index e0662cd83..cc70ac4dc 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_cantforce.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_cantforce.py index 5ff7525b2..61abe31f8 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_cantforce.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_cantforce.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_renew.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_renew.py index 591db8a28..ab57e65a7 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_renew.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_renew.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_snv.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_snv.py index 314112bc1..e1ac03848 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_snv.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_snv.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_transfer_update.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_transfer_update.py index fda514c0f..68b20a736 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_transfer_update.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_transfer_update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_update_transfer.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_update_transfer.py index 75aa66086..a349fecab 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_update_transfer.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_renew_update_transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_reregister_newowner.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_reregister_newowner.py index e1e98a1a6..430be7862 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_reregister_newowner.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_reregister_newowner.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_reregister_sameowner.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_reregister_sameowner.py index bedd6e60b..48d9047f2 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_reregister_sameowner.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_reregister_sameowner.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke.py index 82536e6ff..17e981db8 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_cantforce.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_cantforce.py index 707111dfc..c9caa0699 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_cantforce.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_cantforce.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_isdead.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_isdead.py index b6f50afaa..616ddea1f 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_isdead.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_isdead.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_reregister.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_reregister.py index dba5a8928..8daf36ec0 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_reregister.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_reregister.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_reregister_newowner.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_reregister_newowner.py index b619d411b..ab58dd0e0 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_reregister_newowner.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_reregister_newowner.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_snv.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_snv.py index 989142e9c..d687f3420 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_snv.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_revoke_snv.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_snv.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_snv.py index 906ddd67f..43d7ada14 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_snv.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_snv.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer.py index b4c1da846..4585f6eef 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_cantforce.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_cantforce.py index b49fdfccf..cb0018a59 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_cantforce.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_cantforce.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_nokeepdata.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_nokeepdata.py index ef7c5401a..75ff9d88e 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_nokeepdata.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_nokeepdata.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_nokeepdata_update.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_nokeepdata_update.py index 483cb2116..b13aff878 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_nokeepdata_update.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_nokeepdata_update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_nokeepdata_update_cantforce.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_nokeepdata_update_cantforce.py index ac8dfa4ba..5fbb3a0c1 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_nokeepdata_update_cantforce.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_nokeepdata_update_cantforce.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_renew.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_renew.py index 6fa34464a..779f24f33 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_renew.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_renew.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_renew_update.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_renew_update.py index cc4f64908..3c1a6d154 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_renew_update.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_renew_update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_revoke.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_revoke.py index e4da59e06..d0cdb80dc 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_revoke.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_revoke.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_snv.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_snv.py index 9aa845f58..2e0ddf2eb 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_snv.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_snv.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_transfer.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_transfer.py index 50ab3ceec..2dfeb206d 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_transfer.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_transfer_nextepoch_transfer_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_transfer_nextepoch_transfer_multisig.py index cb623f4c4..f88329d28 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_transfer_nextepoch_transfer_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_transfer_nextepoch_transfer_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_transfer_update.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_transfer_update.py index f77649ab8..1f6bacedb 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_transfer_update.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_transfer_update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update.py index 54add4d74..5988db8bf 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_delays.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_delays.py index 9607f0904..6863f2b09 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_delays.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_delays.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_expire_reregister_delays.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_expire_reregister_delays.py index ba75abb52..f15e6bb39 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_expire_reregister_delays.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_expire_reregister_delays.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_expire_reregister_delays_failure.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_expire_reregister_delays_failure.py index a1a80c883..517629cb5 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_expire_reregister_delays_failure.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_expire_reregister_delays_failure.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer.py index 5db88a702..8847b5470 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed.py index d17a6c44b..d6e695e82 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_multisig.py index ac58ac818..07c88dba8 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_multisig_singlesig.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_multisig_singlesig.py index 7db03f26a..0e4860b07 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_multisig_singlesig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_multisig_singlesig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_multisig_singlesig_delays.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_multisig_singlesig_delays.py index 92a798cd1..faa747f8b 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_multisig_singlesig_delays.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_multisig_singlesig_delays.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_nokeepdata.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_nokeepdata.py index bafb96371..84e8bed8d 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_nokeepdata.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_transfer_update_transfer_condensed_nokeepdata.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update.py index 5040e37ef..17a648093 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_accounts.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_accounts.py index 10142979e..632df7a06 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_accounts.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_accounts.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_accounts_nodatakey.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_accounts_nodatakey.py index a07a95bf3..751b30a0f 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_accounts_nodatakey.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_accounts_nodatakey.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_auth.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_auth.py index 99bb93d38..3a5a36658 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_auth.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_auth.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore.py index 7bdcf3ebc..6d1b86a09 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_blockchain_id.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_blockchain_id.py index 22ce9b217..e7346416d 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_blockchain_id.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_blockchain_id.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_multiservice_failedservice.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_multiservice_failedservice.py index ef4bca90d..9605d0546 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_multiservice_failedservice.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_multiservice_failedservice.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_multiuser.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_multiuser.py index 8f15fd83f..ddc52f027 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_multiuser.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_multiuser.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_rmtree.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_rmtree.py index 09eda49c6..6bbd01077 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_rmtree.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_rmtree.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_stale_directory.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_stale_directory.py index e845381a6..1fae3c593 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_stale_directory.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_stale_directory.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_stale_file.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_stale_file.py index df9070025..f2d48701b 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_stale_file.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_datastore_stale_file.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_publish.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_publish.py index 80c2b43dd..b8030c45d 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_publish.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_app_publish.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas.py index 9cae307d1..ab08fc510 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_chain.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_chain.py index dcbafef32..cecc6aaf3 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_chain.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_chain.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_churn.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_churn.py index 5baa22c7c..33d684a6d 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_churn.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_churn.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_mesh.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_mesh.py index 09d058bd3..80ab60352 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_mesh.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_mesh.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_nat.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_nat.py index 8977d79a9..2a9ca5864 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_nat.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_nat.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_storage.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_storage.py index c34cd2c2d..41a551314 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_storage.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_storage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_cantforce.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_cantforce.py index 46713a8a7..32b73ebab 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_cantforce.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_cantforce.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_datakey_migration.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_datakey_migration.py index f1ef5ea9e..64175e00c 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_datakey_migration.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_datakey_migration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deleteimmutable.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deleteimmutable.py index e60fa11ae..4be78140b 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deleteimmutable.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deleteimmutable.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deleteimmutable_nodatakey.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deleteimmutable_nodatakey.py index 09a6774fa..5a8ea938a 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deleteimmutable_nodatakey.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deleteimmutable_nodatakey.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deletemutable.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deletemutable.py index 11b9b5f88..e6d13254f 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deletemutable.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deletemutable.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deletemutable_nodatakey.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deletemutable_nodatakey.py index 84b378cbb..a150bf937 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deletemutable_nodatakey.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_deletemutable_nodatakey.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_expire_reregister.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_expire_reregister.py index ec38701ec..03aa0e8d5 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_expire_reregister.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_expire_reregister.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_expire_reregister_failure.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_expire_reregister_failure.py index ae294ad1c..fc1e5295e 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_expire_reregister_failure.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_expire_reregister_failure.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_getpublickey.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_getpublickey.py index c6eaea891..0362f0965 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_getpublickey.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_getpublickey.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_history.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_history.py index ef05db980..182bb8432 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_history.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_history.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_import_wallet.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_import_wallet.py index fbbdfa5e8..de3824205 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_import_wallet.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_import_wallet.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_import_wallet_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_import_wallet_multisig.py index 51a97f982..5c0e2e2cc 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_import_wallet_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_import_wallet_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_legacy_013_wallet.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_legacy_013_wallet.py index deab41ce5..33506b921 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_legacy_013_wallet.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_legacy_013_wallet.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_legacy_014_wallet.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_legacy_014_wallet.py index c644b43fd..a8e0e0cbc 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_legacy_014_wallet.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_legacy_014_wallet.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_legacy_wallet.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_legacy_wallet.py index d20d5c03a..ac9589fcc 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_legacy_wallet.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_legacy_wallet.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_listhistory.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_listhistory.py index 834b676b0..48675bb46 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_listhistory.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_listhistory.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_listimmutablehistory.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_listimmutablehistory.py index 6ceb08e17..0371fc3b2 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_listimmutablehistory.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_listimmutablehistory.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_migrateprofile.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_migrateprofile.py index c616017b8..763a942c0 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_migrateprofile.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_migrateprofile.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_migrateprofile_nodatakey.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_migrateprofile_nodatakey.py index 941a0d7a5..cab5b09c2 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_migrateprofile_nodatakey.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_migrateprofile_nodatakey.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_migrateprofile_nozonefilekey.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_migrateprofile_nozonefilekey.py index 61164b5bf..bbfe42d6d 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_migrateprofile_nozonefilekey.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_migrateprofile_nozonefilekey.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_multidevice_storage.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_multidevice_storage.py index 363d15ef4..0acea57a1 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_multidevice_storage.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_multidevice_storage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_nonstandard_zonefile.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_nonstandard_zonefile.py index 689bf36f4..11ff73223 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_nonstandard_zonefile.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_nonstandard_zonefile.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_notstale.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_notstale.py index 4b3e89285..1e002e066 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_notstale.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_notstale.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putimmutable.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putimmutable.py index e58200518..e3633809f 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putimmutable.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putimmutable.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putimmutable_nodatakey.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putimmutable_nodatakey.py index e9bdfe585..3f4c3ebaf 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putimmutable_nodatakey.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putimmutable_nodatakey.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putmutable.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putmutable.py index 73e8f9194..0615f3fbf 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putmutable.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putmutable.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putmutable_nodatakey.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putmutable_nodatakey.py index 292bbf13f..e1a353125 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putmutable_nodatakey.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putmutable_nodatakey.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putmutable_nozonefilekey.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putmutable_nozonefilekey.py index 224327069..113830910 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putmutable_nozonefilekey.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_putmutable_nozonefilekey.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_renew.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_renew.py index 421e74cb0..69a535bd9 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_renew.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_renew.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_revoke.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_revoke.py index b595e0767..bcd179583 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_revoke.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_revoke.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_revoke_reregister_update.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_revoke_reregister_update.py index 6a4721864..d432a3a6b 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_revoke_reregister_update.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_revoke_reregister_update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_sign_verify_data.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_sign_verify_data.py index 4b59d1cdb..1c97ee337 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_sign_verify_data.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_sign_verify_data.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_snv.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_snv.py index b60488ad6..d93db2129 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_snv.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_snv.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_storage_gateway.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_storage_gateway.py index 2b3adc6f8..554afc544 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_storage_gateway.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_storage_gateway.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer.py index 942b477c3..4aa5a2eb0 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_cantsteal.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_cantsteal.py index adf34fce4..992f5da90 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_cantsteal.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_cantsteal.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_delays.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_delays.py index 826de7748..2ebaf8773 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_delays.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_delays.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_expire_reregister.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_expire_reregister.py index 46018f552..e8250a6fe 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_expire_reregister.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_expire_reregister.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_expire_reregister_delays.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_expire_reregister_delays.py index a676b3f13..e6e0065b2 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_expire_reregister_delays.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_expire_reregister_delays.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_expire_reregister_failure.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_expire_reregister_failure.py index e3dbde501..ef3fcc24c 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_expire_reregister_failure.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_expire_reregister_failure.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_nokeepdata.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_nokeepdata.py index c2291cb88..ebb349525 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_nokeepdata.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_nokeepdata.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_nokeepdata_update_transfer_update_transfer_nokeepdata.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_nokeepdata_update_transfer_update_transfer_nokeepdata.py index 1f654ddb9..c46c6046a 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_nokeepdata_update_transfer_update_transfer_nokeepdata.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_nokeepdata_update_transfer_update_transfer_nokeepdata.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_expire_reregister.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_expire_reregister.py index 48d5b330a..43aaae980 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_expire_reregister.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_expire_reregister.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_expire_reregister_failure.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_expire_reregister_failure.py index 18a5840c4..61baa4786 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_expire_reregister_failure.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_expire_reregister_failure.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_interleaving.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_interleaving.py index 2d3b61117..cca463a34 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_interleaving.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_interleaving.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_revoke_verify_multi.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_revoke_verify_multi.py index 83cbdef58..185f9d67b 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_revoke_verify_multi.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_revoke_verify_multi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_revoke_verify_multi_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_revoke_verify_multi_multisig.py index c3ff2b0ea..0ad6653be 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_revoke_verify_multi_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_renew_revoke_verify_multi_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_revoke_verify_multi.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_revoke_verify_multi.py index 926d688a8..a662881e6 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_revoke_verify_multi.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_revoke_verify_multi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_update_transfer_nokeepdata_update_transfer.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_update_transfer_nokeepdata_update_transfer.py index 58c4a4624..740caa152 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_update_transfer_nokeepdata_update_transfer.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_update_transfer_nokeepdata_update_transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_utxos.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_utxos.py index 1326fd727..2f121f5c6 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_utxos.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_utxos.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_verify.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_verify.py index c509a7057..32d9100d1 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_verify.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_transfer_verify.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_update_transfer.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_update_transfer.py index 807d8fc4d..ee5c8d733 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_update_transfer.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_update_transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_upgrade_storage.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_upgrade_storage.py index 1c9ddb07a..5cca2ecfb 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_upgrade_storage.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_upgrade_storage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_user_storage.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_user_storage.py index ce92d8f8a..9e0d23116 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_user_storage.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_user_storage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_transfer_not_enough_coin.py b/integration_tests/blockstack_integration_tests/scenarios/name_transfer_not_enough_coin.py index dd870ae0d..9d502da84 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_transfer_not_enough_coin.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_transfer_not_enough_coin.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/nameop_parsing.py b/integration_tests/blockstack_integration_tests/scenarios/nameop_parsing.py index 6b5ba7e75..f6b550a12 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/nameop_parsing.py +++ b/integration_tests/blockstack_integration_tests/scenarios/nameop_parsing.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder.py index 7acf99409..17844c103 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_expire.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_expire.py index 7f7607ecb..67fa22f94 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_expire.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_expire.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal.py index 13243d27d..6a9207e3f 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_expire.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_expire.py index 3a287603d..4e6af7163 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_expire.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_expire.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_expire_multi.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_expire_multi.py index b6a470523..a44cb5364 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_expire_multi.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_expire_multi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_expire.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_expire.py index ac0e36adf..8411c1005 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_expire.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_expire.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_expire_preorder_reveal_import.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_expire_preorder_reveal_import.py index d159b80c2..4951d0540 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_expire_preorder_reveal_import.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_expire_preorder_reveal_import.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_multi_multikey_ready.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_multi_multikey_ready.py index 94c345372..19cb39aa1 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_multi_multikey_ready.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_multi_multikey_ready.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_multi_ready.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_multi_ready.py index 70f2617be..3624d95df 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_multi_ready.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_multi_ready.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_multi_ready_quota.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_multi_ready_quota.py index 78cc73ea5..330df79ba 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_multi_ready_quota.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_multi_ready_quota.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_onlyimporter.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_onlyimporter.py index 38b27ef6c..423338754 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_onlyimporter.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_onlyimporter.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_ready.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_ready.py index 6733818e5..acfdd14b3 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_ready.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_import_ready.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_multi.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_multi.py index 137e51e77..ef88620b5 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_multi.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_multi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_nodups.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_nodups.py index bc0f2867a..f54f187b7 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_nodups.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_nodups.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready.py index db100918d..eb9aaa1e0 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_history.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_history.py index deccda094..d74621771 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_history.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_history.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_multi.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_multi.py index 61b888655..c9c41b9bd 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_multi.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_multi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_nextepoch.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_nextepoch.py index 83a186c87..5b3c10d5a 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_nextepoch.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_nextepoch.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_nodups.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_nodups.py index 3e0220f3b..45537434f 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_nodups.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_nodups.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_noimports.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_noimports.py index e57cc3c35..3f4203068 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_noimports.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_noimports.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_wait.py b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_wait.py index 53e030a15..af8841e60 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_wait.py +++ b/integration_tests/blockstack_integration_tests/scenarios/namespace_preorder_reveal_ready_wait.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/portal_empty_namespace.py b/integration_tests/blockstack_integration_tests/scenarios/portal_empty_namespace.py index 8a276613a..70cc38756 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/portal_empty_namespace.py +++ b/integration_tests/blockstack_integration_tests/scenarios/portal_empty_namespace.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/portal_test_env.py b/integration_tests/blockstack_integration_tests/scenarios/portal_test_env.py index 2f40271fc..278a22445 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/portal_test_env.py +++ b/integration_tests/blockstack_integration_tests/scenarios/portal_test_env.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_noauth.py b/integration_tests/blockstack_integration_tests/scenarios/rest_noauth.py index 617155079..bb9f3d6d5 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_noauth.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_noauth.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_blockchain.py b/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_blockchain.py index ebba84a08..8c5bd912f 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_blockchain.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_blockchain.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_register_recipient.py b/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_register_recipient.py index b19774fbd..de44c4a50 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_register_recipient.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_register_recipient.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_withdraw.py b/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_withdraw.py index a7582fb84..4f26969c7 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_withdraw.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_withdraw.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_withdraw_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_withdraw_multisig.py index d4a6192c9..5a8c46ad9 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_withdraw_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_noauth_withdraw_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_register.py b/integration_tests/blockstack_integration_tests/scenarios/rest_register.py index 40c0048de..2f352f3db 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_register.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_register.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_register_aggressive_registration.py b/integration_tests/blockstack_integration_tests/scenarios/rest_register_aggressive_registration.py index 3486337cc..89e2c2d4c 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_register_aggressive_registration.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_register_aggressive_registration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_register_recipient.py b/integration_tests/blockstack_integration_tests/scenarios/rest_register_recipient.py index 0612f725a..2b42c6c77 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_register_recipient.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_register_recipient.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_register_recipient_minconfs.py b/integration_tests/blockstack_integration_tests/scenarios/rest_register_recipient_minconfs.py index 24d590cf1..ece6d28d2 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_register_recipient_minconfs.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_register_recipient_minconfs.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_register_recipient_set_key.py b/integration_tests/blockstack_integration_tests/scenarios/rest_register_recipient_set_key.py index 421e86fb2..c61dd533c 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_register_recipient_set_key.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_register_recipient_set_key.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_register_renew.py b/integration_tests/blockstack_integration_tests/scenarios/rest_register_renew.py index 49440e731..e219f9171 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_register_renew.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_register_renew.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_register_revoke.py b/integration_tests/blockstack_integration_tests/scenarios/rest_register_revoke.py index 936c88662..e831ee797 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_register_revoke.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_register_revoke.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_register_transfer.py b/integration_tests/blockstack_integration_tests/scenarios/rest_register_transfer.py index f6e07c706..002870260 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_register_transfer.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_register_transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_register_update.py b/integration_tests/blockstack_integration_tests/scenarios/rest_register_update.py index f376969c8..38b9b6fa1 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_register_update.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_register_update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_register_update_zf.py b/integration_tests/blockstack_integration_tests/scenarios/rest_register_update_zf.py index 0c4494b6e..91a8c8650 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_register_update_zf.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_register_update_zf.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rest_update_with_key.py b/integration_tests/blockstack_integration_tests/scenarios/rest_update_with_key.py index 7d75e2a32..5bc922561 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rest_update_with_key.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rest_update_with_key.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder.py index 9803ff4e0..40725db11 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal.py index ffe4ae501..bfd8ef506 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal_badinput.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal_badinput.py index 032dacd70..f513f7f54 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal_badinput.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal_badinput.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal_import_ready.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal_import_ready.py index 3f3f3656a..2bb9073ac 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal_import_ready.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal_import_ready.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal_ready.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal_ready.py index 985e67a94..0f82be52e 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal_ready.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_namespace_preorder_reveal_ready.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register.py index dadff36fb..3cc220f12 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_cli_queries.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_cli_queries.py index fd7326017..337791f25 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_cli_queries.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_cli_queries.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_multi_sequential.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_multi_sequential.py index 1c84a8f58..dc4407017 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_multi_sequential.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_multi_sequential.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_multisig.py index 6185d9f18..6f92ec820 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_nextepoch_wallet.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_nextepoch_wallet.py index ec3972c9f..e82d4ad3d 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_nextepoch_wallet.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_nextepoch_wallet.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_recipient.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_recipient.py index 72eba5b7c..e5afc0e1c 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_recipient.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_recipient.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_renew.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_renew.py index 44eeb93c2..17c518c7b 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_renew.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_renew.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_renew_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_renew_multisig.py index 2dffa2bbe..c3a7b80b3 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_renew_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_renew_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_revoke.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_revoke.py index eb9c92904..c6510bb3a 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_revoke.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_revoke.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_revoke_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_revoke_multisig.py index f504b1bcc..11f41627d 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_revoke_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_revoke_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_sync_zonefile.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_sync_zonefile.py index 906ca542b..a548dc7d8 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_sync_zonefile.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_sync_zonefile.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer.py index d7708e794..87f867162 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer_multisig.py index 77f666abc..7b933bc2c 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer_multisig_singlesig.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer_multisig_singlesig.py index 950bd234b..d14e44a7f 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer_multisig_singlesig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer_multisig_singlesig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer_singlesig_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer_singlesig_multisig.py index 3a2301306..b40b93455 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer_singlesig_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_transfer_singlesig_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update.py index 54e8d71cc..cbb79d3ac 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_multisig.py index c9607e103..d7d163c51 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer.py index 647f2dfae..c1624ac26 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_multisig.py index 4a7a9e942..75ce8aa00 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_renew.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_renew.py index c444bd17c..462c5b3bd 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_renew.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_renew.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_renew_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_renew_multisig.py index 78f0cb1b9..c160b2b14 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_renew_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_renew_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_revoke.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_revoke.py index fe7c79361..c84b9847e 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_revoke.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_revoke.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_revoke_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_revoke_multisig.py index f8d19cf09..6fdc438d4 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_revoke_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_revoke_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_update.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_update.py index e749989ef..8116fd839 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_update.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_update_multisig.py b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_update_multisig.py index 646e14d32..38b49c7c0 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_update_multisig.py +++ b/integration_tests/blockstack_integration_tests/scenarios/rpc_register_update_transfer_update_multisig.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/subdomain_registrar.py b/integration_tests/blockstack_integration_tests/scenarios/subdomain_registrar.py index 4c9b16c8c..b48386d73 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/subdomain_registrar.py +++ b/integration_tests/blockstack_integration_tests/scenarios/subdomain_registrar.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/testlib.py b/integration_tests/blockstack_integration_tests/scenarios/testlib.py index 6f47fc9ad..8829c961b 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/testlib.py +++ b/integration_tests/blockstack_integration_tests/scenarios/testlib.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/virtualchain_abort.py b/integration_tests/blockstack_integration_tests/scenarios/virtualchain_abort.py index b0ce9e3cf..b5bca0b32 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/virtualchain_abort.py +++ b/integration_tests/blockstack_integration_tests/scenarios/virtualchain_abort.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/virtualchain_bad_opcodes.py b/integration_tests/blockstack_integration_tests/scenarios/virtualchain_bad_opcodes.py index 5a31f67ad..d1ad13a39 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/virtualchain_bad_opcodes.py +++ b/integration_tests/blockstack_integration_tests/scenarios/virtualchain_bad_opcodes.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/scenarios/wallet_set_keys.py b/integration_tests/blockstack_integration_tests/scenarios/wallet_set_keys.py index 024989d17..a3f7a8d14 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/wallet_set_keys.py +++ b/integration_tests/blockstack_integration_tests/scenarios/wallet_set_keys.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/blockstack_integration_tests/unit_tests.py b/integration_tests/blockstack_integration_tests/unit_tests.py index ed7556497..f9fdc13c0 100644 --- a/integration_tests/blockstack_integration_tests/unit_tests.py +++ b/integration_tests/blockstack_integration_tests/unit_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Blockstack diff --git a/integration_tests/setup.py b/integration_tests/setup.py index ab363c568..dc29eb8d1 100755 --- a/integration_tests/setup.py +++ b/integration_tests/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 from setuptools import setup, find_packages