Lichen

Change of lib/native/system.py

921:8b6488daf7f6
lib/native/system.py
     1.1 --- a/lib/native/system.py	Tue Jun 22 23:03:52 2021 +0200
     1.2 +++ b/lib/native/system.py	Wed Jun 23 01:15:47 2021 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  non-core exceptions used by the native functions because they need to be
     1.5  identified as being needed by the program.
     1.6  
     1.7 -Copyright (C) 2011, 2015, 2016, 2017 Paul Boddie <paul@boddie.org.uk>
     1.8 +Copyright (C) 2011, 2015, 2016, 2017, 2021 Paul Boddie <paul@boddie.org.uk>
     1.9  
    1.10  This program is free software; you can redistribute it and/or modify it under
    1.11  the terms of the GNU General Public License as published by the Free Software
    1.12 @@ -27,7 +27,7 @@
    1.13  # NOTE: Example values used to provide type information.
    1.14  
    1.15  def exit(status): pass
    1.16 -def get_argv(): return ""
    1.17 +def get_argv(): return []
    1.18  def get_path(): return []
    1.19  
    1.20  # vim: tabstop=4 expandtab shiftwidth=4