comparison roundup/init.py @ 8562:9c3ec0a5c7fc

chore: remove __future print_funcion from code. Not needed as of Python 3.
author John Rouillard <rouilj@ieee.org>
date Wed, 08 Apr 2026 21:39:40 -0400
parents 586f76eb33e8
children
comparison
equal deleted inserted replaced
8561:395c258636ad 8562:9c3ec0a5c7fc
15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17 # 17 #
18 """Init (create) a roundup instance. 18 """Init (create) a roundup instance.
19 """ 19 """
20 from __future__ import print_function
21 __docformat__ = 'restructuredtext' 20 __docformat__ = 'restructuredtext'
22 21
23 import email.parser 22 import email.parser
24 import errno 23 import errno
25 import os 24 import os

Roundup Issue Tracker: http://roundup-tracker.org/