Skip to content

Commit

Permalink
Python3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Smith committed Oct 17, 2019
1 parent 946c67f commit 82e4e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/multisite/intersite_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
SITE3_IPADDR, SITE3_LOGIN, SITE3_PASSWORD, SITE3_URL,
SITE4_IPADDR, SITE4_LOGIN, SITE4_PASSWORD, SITE4_URL)
except ImportError:
print(''')
print('''
Please create a file called multisite_test_credentials.py with the following:
SITE1_IPADDR = ''
Expand All @@ -47,7 +47,7 @@
SITE4_LOGIN = ''
SITE4_PASSWORD = ''
SITE4_URL = 'http://' + SITE3_IPADDR
'''
''')
sys.exit(0)


Expand Down

0 comments on commit 82e4e84

Please sign in to comment.