[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Looking for a Sponsor - Papereshaper



Paul Wise <pabs@debian.org> writes:

> On Wed, Dec 30, 2020 at 4:50 PM Devops PK Carlisle LLC wrote:
>> The git is here: https://github.com/pkcarlislellc/git-papershaper

> IIRC you can use the print function in Python 2 by adding the line
> below.
>
> from future import print_function

Actually it is __future__:

  from __future__ import print_function

Also, it is better to put a copyright notice as a comment at the
beginning of most files, e.g.:

Copyright YEAR, YEAR... NAME <EMAIL>

-- 
Fabrice Bauzac-Stehly
PGP 01EEACF8244E9C14B551C5256ADA5F189BD322B6
old PGP 015AE9B25DCB0511D200A75DE5674DEA514C891D


Reply to: