X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/9c96f9f2be6f42757e6c8c596c63f7433ad7e964..99c529152847b7e20e48dc477925e315918eed5d:/stg diff --git a/stg b/stg index 5682dd4..def843c 100755 --- a/stg +++ b/stg @@ -39,4 +39,5 @@ if bin == 'bin' and prefix != sys.prefix: from stgit.main import main -main() +if __name__ == '__main__': + main()