# HG changeset patch # User Robert Marianski # Date 1254684659 14400 # Node ID f0832eb3f6781dbdef0dd407e5fbd39d4b8f1c11 # Parent 047850e4bb4c4414c7f97b5d0fbae8135b03962c remove __main__ which doesn't look like it would work anyway diff -r 047850e4bb4c -r f0832eb3f678 hgpaste/factory.py --- a/hgpaste/factory.py Mon Sep 07 20:51:08 2009 -0400 +++ b/hgpaste/factory.py Sun Oct 04 15:30:59 2009 -0400 @@ -3,7 +3,3 @@ from mercurial.hgweb.hgwebdir_mod import hgwebdir application = hgwebdir(config_file) return application - -if __name__ == '__main__': - app = make_app() - print app