From 597b1d6e39039066ce51e4c02d74ed6545ffccdf Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 8 Aug 2016 16:03:02 -0400 Subject: Refactor into a package; Add RELIC 1.0.5 --- verhawk/constants.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 verhawk/constants.py (limited to 'verhawk/constants.py') diff --git a/verhawk/constants.py b/verhawk/constants.py new file mode 100644 index 0000000..f9dff6c --- /dev/null +++ b/verhawk/constants.py @@ -0,0 +1,4 @@ +import sys + + +STDERR, STDOUT = sys.stderr, sys.stdout -- cgit