# HG changeset patch # User Paul Boddie # Date 1478818985 -3600 # Node ID 459b1a69fdbbe6836da27d63fdae95e77141572f # Parent ef09cc743496c527c82bfd455ff0cfb6390ef662# Parent c1e0f3f1b561f99724d9e1a108b21ab972356c5c Merged branches. diff -r ef09cc743496 -r 459b1a69fdbb lib/native.py --- a/lib/native.py Thu Nov 10 23:55:49 2016 +0100 +++ b/lib/native.py Fri Nov 11 00:03:05 2016 +0100 @@ -19,6 +19,8 @@ this program. If not, see . """ +def _exit(status): pass + def _is(x, y): pass def _is_not(x, y): pass