changeset 1:f0832eb3f678

remove __main__ which doesn't look like it would work anyway
author Robert Marianski <rob@marianski.com>
date Sun, 04 Oct 2009 15:30:59 -0400
parents 047850e4bb4c
children 3c88863abf08
files hgpaste/factory.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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