X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/9c96f9f2be6f42757e6c8c596c63f7433ad7e964..514dd4f2a4bc2cb0fb2e160f254804361486f3df:/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()