Mercurial > p > roundup > code
comparison scripts/weekly-report @ 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 | 20ab9a4b76e9 |
| children |
comparison
equal
deleted
inserted
replaced
| 8561:395c258636ad | 8562:9c3ec0a5c7fc |
|---|---|
| 19 #459: I need Sanity | 19 #459: I need Sanity |
| 20 # | 20 # |
| 21 #TOP TEN MOST DISCUSSED: | 21 #TOP TEN MOST DISCUSSED: |
| 22 #2 - 491: Can you help me with Sanity | 22 #2 - 491: Can you help me with Sanity |
| 23 #1 - 1995: Where is my Power plugs | 23 #1 - 1995: Where is my Power plugs |
| 24 | |
| 25 from __future__ import print_function | |
| 26 | 24 |
| 27 import sys | 25 import sys |
| 28 | 26 |
| 29 from roundup import date, instance | 27 from roundup import date, instance |
| 30 | 28 |
