source: main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/voting-excel/util.py@ 34949

Last change on this file since 34949 was 34949, checked in by davidb, 3 years ago

Missing import

File size: 124 bytes
Line 
1from __future__ import print_function
2
3import sys
4
5def eprint(*args, **kwargs):
6 print(*args, file=sys.stderr, **kwargs)
Note: See TracBrowser for help on using the repository browser.