~ed.so/duplicity/boto.fixup

« back to all changes in this revision

Viewing changes to compilec.py

  • Committer: kenneth at loafman
  • Date: 2019-12-18 16:44:36 UTC
  • Revision ID: kenneth@loafman.com-20191218164436-t6k5uoym4aso9k5w
* Fixed a mess I made.  setup.py was shebanged to
  Py3, duplicity was shebanged to Py2.  This meant
  that duplicity ran as Py2 but could not find its 
  modules because they were under Py3.  AArgh!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python3
 
1
#!/usr/bin/env python2
2
2
# -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
3
3
#
4
4
# Copyright 2002 Ben Escoto <ben@emerose.org>