~aaron-whitehouse/duplicity/08-make-docker-use-local

« back to all changes in this revision

Viewing changes to testing/fix_unadorned_strings.py

  • Committer: kenneth at loafman
  • Date: 2019-06-21 15:44:33 UTC
  • Revision ID: kenneth@loafman.com-20190621154433-4esqi5xwa2niztnt
* Fixed bug #1833573 0.8.00 does not work on Python 2
  - Fixed shebang to use /usr/bin/python instead of python2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python3
 
1
#!/usr/bin/python
2
2
# -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
3
3
#
4
4
# Copyright 2018 Aaron Whitehouse <aaron@whitehouse.kiwi.nz>